folly: replace old-style header guards with "pragma once"
[folly.git] / folly / EvictingCacheMap.h
index 580738407c7f5a1ce42b7e530835ee8aaadc5ee3..3059fb5e5e2575924f66aeb90fddd1549f0787ff 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_EVICTINGHASHMAP_H_
-#define FOLLY_EVICTINGHASHMAP_H_
+#pragma once
 
 #include <algorithm>
 #include <exception>
@@ -492,5 +491,3 @@ class EvictingCacheMap : private boost::noncopyable {
 };
 
 } // folly
-
-#endif /* FOLLY_EVICTINGHASHMAP_H_ */