X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FBitsTest.cpp;h=1bb9c1725d93ed8a24394abcdea1cbd1058cbdea;hb=69433ef3053ca1635c99dc1da712af8784200063;hp=4e504e0d0dd9a98924ec6ff708f3939d2d71765d;hpb=22afce906d7e98d95f8c45c3301072d9fd891d41;p=folly.git diff --git a/folly/test/BitsTest.cpp b/folly/test/BitsTest.cpp index 4e504e0d..1bb9c172 100644 --- a/folly/test/BitsTest.cpp +++ b/folly/test/BitsTest.cpp @@ -17,8 +17,8 @@ // @author Tudor Bosman (tudorb@fb.com) #include -#include "folly/Bits.h" -#include "folly/Benchmark.h" +#include +#include #include using namespace folly; @@ -164,7 +164,7 @@ TEST(Bits, popcount) { int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); - google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true); auto ret = RUN_ALL_TESTS(); if (!ret && FLAGS_benchmark) { folly::runBenchmarks();