Enable -Wextra-semi
[folly.git] / folly / test / ChecksumTest.cpp
index 8b637dd67c4210f955c16c106373b284d3f4b7d0..3e93e9f3b3e4562cc3ef8996030917df52750cc3 100644 (file)
  */
 
 #include <folly/Checksum.h>
-#include <gflags/gflags.h>
-#include <gtest/gtest.h>
+
+
 #include <folly/Benchmark.h>
 #include <folly/Hash.h>
 #include <folly/detail/ChecksumDetail.h>
+#include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 
 namespace {
 const unsigned int BUFFER_SIZE = 512 * 1024 * sizeof(uint64_t);