Enable -Wextra-semi
[folly.git] / folly / test / ChecksumTest.cpp
index a82bf75e88757e68c0d23e495db1c4db86d8a739..3e93e9f3b3e4562cc3ef8996030917df52750cc3 100644 (file)
 
 #include <folly/Checksum.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);