folly: replace old-style header guards with "pragma once"
[folly.git] / folly / TimeoutQueue.h
index bbf556ca35c5ee87389f79d31f418004db884109..cef83a9ba6a2d795d9beef8e10f5585454ceae35 100644 (file)
@@ -25,8 +25,7 @@
  * @author Tudor Bosman (tudorb@fb.com)
  */
 
-#ifndef FOLLY_TIMEOUTQUEUE_H_
-#define FOLLY_TIMEOUTQUEUE_H_
+#pragma once
 
 #include <stdint.h>
 #include <functional>
@@ -127,5 +126,3 @@ class TimeoutQueue {
 };
 
 }  // namespace folly
-
-#endif /* FOLLY_TIMEOUTQUEUE_H_ */