folly: replace old-style header guards with "pragma once"
[folly.git] / folly / dynamic-inl.h
index cea7f2830d82c5ebf410480f5a77d7b9f04747e4..b357d3eee5754896ae32357701fbed509ec0346b 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_DYNAMIC_INL_H_
-#define FOLLY_DYNAMIC_INL_H_
+#pragma once
 
 #include <functional>
 #include <boost/iterator/iterator_adaptor.hpp>
@@ -874,5 +873,3 @@ class FormatValue<detail::DefaultValueWrapper<dynamic, V>> {
 }  // namespaces
 
 #undef FB_DYNAMIC_APPLY
-
-#endif