Switch gflags to portability/GFlags.h
[folly.git] / folly / io / test / IOBufTest.cpp
index 7267b49c627f61869296eb82087f98c12f78be39..c283db0518f9c5d4f1aa4e5ecf057e5f7cdf0574 100644 (file)
 #include <folly/io/IOBuf.h>
 #include <folly/io/TypedIOBuf.h>
 
-#include <gflags/gflags.h>
+#include <cstddef>
+
 #include <boost/random.hpp>
 #include <gtest/gtest.h>
 
 #include <folly/Malloc.h>
 #include <folly/Range.h>
 
-#include <cstddef>
-
 using folly::fbstring;
 using folly::fbvector;
 using folly::IOBuf;