X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FLazy.h;h=786f51c6ac0e9b3807b77b6430f25aeb8509dd6e;hb=89f9bd3ef68c3e617ad527e5e1f6dfaafc6e1a80;hp=fd3e51036b549d4d369c3a2967ec28851bffbabc;hpb=42eed2657f8e5c1d1af54a7394cef13467492b2e;p=folly.git diff --git a/folly/Lazy.h b/folly/Lazy.h index fd3e5103..786f51c6 100644 --- a/folly/Lazy.h +++ b/folly/Lazy.h @@ -1,5 +1,5 @@ /* - * Copyright 2013 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef FOLLY_LAZY_H_ -#define FOLLY_LAZY_H_ + +#pragma once #include #include -#include "folly/Optional.h" +#include namespace folly { @@ -131,5 +131,3 @@ lazy(Func&& fun) { ////////////////////////////////////////////////////////////////////// } - -#endif