X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=folly%2FVersionCheck.h;h=9a3ce67727851ff93a895717acb584be2207f2e6;hb=42ca5613a7c6e5d03523fb57f0ce718feb03dc26;hp=988ea2cec8ca95036c15f4b6c99ea73863d40f02;hpb=e405081d9ad0f39590e198e4f9a81c2242d653d7;p=folly.git diff --git a/folly/VersionCheck.h b/folly/VersionCheck.h index 988ea2ce..9a3ce677 100644 --- a/folly/VersionCheck.h +++ b/folly/VersionCheck.h @@ -1,5 +1,5 @@ /* - * Copyright 2015 Facebook, Inc. + * Copyright 2016 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef FOLLY_VERSIONCHECK_H_ -#define FOLLY_VERSIONCHECK_H_ +#pragma once #include #include @@ -107,5 +106,3 @@ } \ } \ } - -#endif /* FOLLY_VERSIONCHECK_H_ */