folly: replace old-style header guards with "pragma once"
[folly.git] / folly / experimental / FunctionScheduler.h
index 08976f07b58e319732368baa06e37228b3301830..e3c0d132e3e83a18b8c16fd94f6ae5547d4aa693 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_EXPERIMENTAL_FUNCTION_SCHEDULER_H_
-#define FOLLY_EXPERIMENTAL_FUNCTION_SCHEDULER_H_
+#pragma once
 
 #include <folly/Range.h>
 #include <chrono>
@@ -263,5 +262,3 @@ class FunctionScheduler {
 };
 
 }
-
-#endif