folly: replace old-style header guards with "pragma once"
[folly.git] / folly / ConcurrentSkipList-inl.h
index 8fd13b6311937722a35374caaa33153fddf71e4f..e4144bcbfb57dfaa035ace57a2f163ac62f4dbcf 100644 (file)
@@ -16,8 +16,7 @@
 
 // @author: Xin Liu <xliux@fb.com>
 
-#ifndef FOLLY_CONCURRENTSKIPLIST_INL_H_
-#define FOLLY_CONCURRENTSKIPLIST_INL_H_
+#pragma once
 
 #include <algorithm>
 #include <atomic>
@@ -333,5 +332,3 @@ class NodeRecycler<NodeType, NodeAlloc, typename std::enable_if<
 };
 
 }}  // namespaces
-
-#endif  // FOLLY_CONCURRENTSKIPLIST_INL_H_