folly: replace old-style header guards with "pragma once"
[folly.git] / folly / FormatArg.h
index 127745c47e16998faea7c5d639cf37c342d0cb8b..6f25299e5217c647825452a1661386f08aa0e8ab 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_FORMATARG_H_
-#define FOLLY_FORMATARG_H_
+#pragma once
 
 #include <stdexcept>
 #include <folly/Conv.h>
@@ -275,5 +274,3 @@ inline int FormatArg::splitIntKey() {
 }
 
 }  // namespace folly
-
-#endif /* FOLLY_FORMATARG_H_ */