folly: replace old-style header guards with "pragma once"
[folly.git] / folly / DynamicConverter.h
index 48bd7115bf106e699270a8887e608ec51f634b41..591f55a72a9ba0600ad8239ac368e5bfada303b6 100644 (file)
@@ -16,8 +16,7 @@
 
 // @author Nicholas Ormrod <njormrod@fb.com>
 
-#ifndef DYNAMIC_CONVERTER_H
-#define DYNAMIC_CONVERTER_H
+#pragma once
 
 #include <folly/dynamic.h>
 namespace folly {
@@ -354,5 +353,3 @@ dynamic toDynamic(const T& x) {
 }
 
 } // namespace folly
-
-#endif // DYNAMIC_CONVERTER_H