folly: replace old-style header guards with "pragma once"
[folly.git] / folly / experimental / ProgramOptions.h
index 355b66f0e84ededd435b74e26b9327ad4c908925..b51b98998771e28a0131d234c04445d64d62ca59 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_PROGRAMOPTIONS_H_
-#define FOLLY_PROGRAMOPTIONS_H_
+#pragma once
 
 #include <boost/program_options.hpp>
 #include <folly/Optional.h>
@@ -83,5 +82,3 @@ NestedCommandLineParseResult parseNestedCommandLine(
     const boost::program_options::options_description& desc);
 
 }  // namespaces
-
-#endif /* FOLLY_PROGRAMOPTIONS_H_ */