Commit f6ac9ac1 authored by Igor Sugak's avatar Igor Sugak Committed by Facebook Github Bot

use portability/GFlags.h

Reviewed By: Orvid

Differential Revision: D19053964

fbshipit-source-id: dd31937cbeb3c7ef202e4b91c1b153f849376bdf
parent c9228053
...@@ -21,14 +21,13 @@ ...@@ -21,14 +21,13 @@
#include <folly/Subprocess.h> #include <folly/Subprocess.h>
#include <folly/container/Array.h> #include <folly/container/Array.h>
#include <folly/portability/Fcntl.h> #include <folly/portability/Fcntl.h>
#include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/portability/Stdlib.h> #include <folly/portability/Stdlib.h>
#include <glog/logging.h> #include <glog/logging.h>
#include <spawn.h> #include <spawn.h>
#include <system_error> #include <system_error>
#include <gflags/gflags.h>
using namespace folly; using namespace folly;
using folly::experimental::EnvironmentState; using folly::experimental::EnvironmentState;
using folly::experimental::MalformedEnvironment; using folly::experimental::MalformedEnvironment;
......
...@@ -29,10 +29,9 @@ ...@@ -29,10 +29,9 @@
#include <folly/dynamic.h> #include <folly/dynamic.h>
#include <folly/experimental/TestUtil.h> #include <folly/experimental/TestUtil.h>
#include <folly/gen/Base.h> #include <folly/gen/Base.h>
#include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <gflags/gflags.h>
using namespace folly::gen; using namespace folly::gen;
using namespace folly; using namespace folly;
using std::make_tuple; using std::make_tuple;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment