make extent_hooks static.
[folly.git] / folly / experimental / ProgramOptions.h
index 355b66f0e84ededd435b74e26b9327ad4c908925..d92b038e88972bd3ce8eddffd25fcd455ce7a49f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  */
 
-#ifndef FOLLY_PROGRAMOPTIONS_H_
-#define FOLLY_PROGRAMOPTIONS_H_
+#pragma once
 
 #include <boost/program_options.hpp>
+
 #include <folly/Optional.h>
-#include <gflags/gflags.h>
+#include <folly/portability/GFlags.h>
 
 namespace folly {
 
@@ -83,5 +83,3 @@ NestedCommandLineParseResult parseNestedCommandLine(
     const boost::program_options::options_description& desc);
 
 }  // namespaces
-
-#endif /* FOLLY_PROGRAMOPTIONS_H_ */