Switch gflags to portability/GFlags.h
[folly.git] / folly / test / ConcurrentSkipListBenchmark.cpp
index 61fcae25187a2a5d01aa026fa42bb5d8b58e65b9..d1884a4a5795e0c954c50e4227637dc3491fc2aa 100644 (file)
 #include <set>
 #include <thread>
 
-#include <gflags/gflags.h>
-#include <glog/logging.h>
 #include <folly/Benchmark.h>
 #include <folly/ConcurrentSkipList.h>
 #include <folly/Hash.h>
 #include <folly/RWSpinLock.h>
-
+#include <folly/portability/GFlags.h>
+#include <glog/logging.h>
 
 DEFINE_int32(num_threads, 12, "num concurrent threads to test");