Consistency in namespace-closing comments
[folly.git] / folly / experimental / ProgramOptions.h
index 14abe9afd46234d94f160f111beef1c5a5307de0..38aacd28c374c15c320dce27cc5b2b7b3f6c1013 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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 {
 
@@ -82,6 +82,4 @@ NestedCommandLineParseResult parseNestedCommandLine(
     const std::vector<std::string>& cmdline,
     const boost::program_options::options_description& desc);
 
-}  // namespaces
-
-#endif /* FOLLY_PROGRAMOPTIONS_H_ */
+} // namespace folly