folly: replace old-style header guards with "pragma once"
[folly.git] / folly / experimental / StringKeyedUnorderedSet.h
index 1b33bfbf4c4b365662ae6611ab197974a566c809..e52feaa58546229a858913e425324017509ff8d7 100644 (file)
@@ -16,8 +16,7 @@
 // Copyright 2013-present Facebook. All Rights Reserved.
 // @author: Pavlo Kushnir (pavlo)
 
-#ifndef FOLLY_EXPERIMENTAL_STRINGKEYEDUNORDEREDSET_H_
-#define FOLLY_EXPERIMENTAL_STRINGKEYEDUNORDEREDSET_H_
+#pragma once
 
 #include <initializer_list>
 #include <memory>
@@ -221,5 +220,3 @@ public:
 typedef BasicStringKeyedUnorderedSet<> StringKeyedUnorderedSet;
 
 } // folly
-
-#endif /* FOLLY_EXPERIMENTAL_STRINGKEYEDUNORDEREDSET_H_ */