folly: replace old-style header guards with "pragma once"
[folly.git] / folly / Padded.h
index 94fc1103b43026e5b8ec256ff2f714c209d5f492..d474b850da5e73be0185f767d0c735b1cb337479 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_PADDED_H_
-#define FOLLY_PADDED_H_
+#pragma once
 
 #include <algorithm>
 #include <cassert>
@@ -512,5 +511,3 @@ class Adaptor {
 
 }  // namespace padded
 }  // namespace folly
-
-#endif /* FOLLY_PADDED_H_ */