X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FPortability.h;h=c9616ea7caa23dcaa304007be149877249218b88;hp=7de1d8debaccf25e81cd074605cab513c776c7fa;hb=dee8a5180aa542d98d1b71c74f83a006e4627952;hpb=94070f19ca0198f0874a853f934e5302f73b73ff diff --git a/folly/Portability.h b/folly/Portability.h index 7de1d8de..c9616ea7 100644 --- a/folly/Portability.h +++ b/folly/Portability.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef FOLLY_PORTABILITY_H_ -#define FOLLY_PORTABILITY_H_ +#pragma once #include @@ -365,5 +364,3 @@ using namespace FOLLY_GFLAGS_NAMESPACE; // we will take the next one. #define FOLLY_STATIC_CTOR_PRIORITY_MAX __attribute__((__init_priority__(102))) #endif - -#endif // FOLLY_PORTABILITY_H_