folly: replace old-style header guards with "pragma once"
[folly.git] / folly / SpookyHashV2.h
index 7344ec27ef1ba54f795eea84540b8b2387386240..804191d15fb47d0a4cacd7069d71c7f140ba6e1f 100644 (file)
@@ -43,8 +43,7 @@
 // slower than MD5.
 //
 
-#ifndef FOLLY_SPOOKYHASHV2_H_
-#define FOLLY_SPOOKYHASHV2_H_
+#pragma once
 
 #include <cstddef>
 #include <cstdint>
@@ -307,5 +306,3 @@ private:
 
 }  // namespace hash
 }  // namespace folly
-
-#endif