folly: replace old-style header guards with "pragma once"
[folly.git] / folly / gen / test / Bench.h
index d86a7efacbeb27e90b37e25a99429115568cfa67..a4104598e838b0831d02df5639837f2dd6ee9d1f 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_GEN_BENCH_H_
-#define FOLLY_GEN_BENCH_H_
+#pragma once
 
 #include <folly/Benchmark.h>
 
@@ -31,5 +30,3 @@ static bool FB_ANONYMOUS_VARIABLE(benchGen) = (             \
     }), true)
 #define BENCH_GEN(gen) BENCH_GEN_IMPL(gen, "")
 #define BENCH_GEN_REL(gen) BENCH_GEN_IMPL(gen, "%")
-
-#endif