folly: replace old-style header guards with "pragma once"
[folly.git] / folly / Hash.h
index 77f01a965cd5f334ff7fa6d91a85e23ac44a7d56..dd61fb768a4fc863da4584936e4996c06026ebd7 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_BASE_HASH_H_
-#define FOLLY_BASE_HASH_H_
+#pragma once
 
 #include <cstdint>
 #include <cstring>
@@ -460,5 +459,3 @@ namespace std {
     }
   };
 } // namespace std
-
-#endif