X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FCppAttributes.h;h=6bd6cfe33817b040c9dff8645c5f42f79bf75fc5;hb=67dac89cc0d3f35c4646537ec8f01a22b20e253d;hp=27bf267b8421dad08d0c84e4c4af0f665c73d9df;hpb=321542683a01c3f334047531e9b487f047129775;p=folly.git diff --git a/folly/CppAttributes.h b/folly/CppAttributes.h index 27bf267b..6bd6cfe3 100644 --- a/folly/CppAttributes.h +++ b/folly/CppAttributes.h @@ -20,8 +20,7 @@ * @author Dominik Gabi */ -#ifndef FOLLY_BASE_ATTRIBUTES_H_ -#define FOLLY_BASE_ATTRIBUTES_H_ +#pragma once #ifndef __has_cpp_attribute #define FOLLY_HAS_CPP_ATTRIBUTE(x) 0 @@ -76,5 +75,3 @@ #else #define FOLLY_NULLABLE #endif - -#endif /* FOLLY_BASE_ATTRIBUTES_H_ */