X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FLazy.h;h=786f51c6ac0e9b3807b77b6430f25aeb8509dd6e;hb=576710cae8be19a1e35371860ab85a7bba02d085;hp=bca89d9ab529d1ce484dcd5980f80b1a51d78c9c;hpb=275ca94d04e44f28cfa411668eb1c1dd8db90b80;p=folly.git diff --git a/folly/Lazy.h b/folly/Lazy.h index bca89d9a..786f51c6 100644 --- a/folly/Lazy.h +++ b/folly/Lazy.h @@ -1,5 +1,5 @@ /* - * Copyright 2015 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,8 +13,8 @@ * 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 @@ -131,5 +131,3 @@ lazy(Func&& fun) { ////////////////////////////////////////////////////////////////////// } - -#endif