X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FChecksumTest.cpp;h=316456cffd4c78814f5ab02d53aeabcec5c8bcbb;hb=edbdc3d4f05788eb41eb9719bfeb113e0a1ea52d;hp=94679b76ca34cb203358d9b8ca9dca7eb1aed85c;hpb=20697de273f09b5bd7d2bbdfa39bae3c81bef413;p=folly.git diff --git a/folly/test/ChecksumTest.cpp b/folly/test/ChecksumTest.cpp index 94679b76..316456cf 100644 --- a/folly/test/ChecksumTest.cpp +++ b/folly/test/ChecksumTest.cpp @@ -14,12 +14,12 @@ * limitations under the License. */ -#include "folly/Checksum.h" +#include #include #include -#include "folly/Benchmark.h" -#include "folly/Hash.h" -#include "folly/detail/ChecksumDetail.h" +#include +#include +#include namespace { const unsigned int BUFFER_SIZE = 512 * 1024 * sizeof(uint64_t); @@ -180,7 +180,7 @@ BENCHMARK(crc32c_software_512KB_block, iters) { int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); - google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true); // Populate a buffer with a deterministic pattern // on which to compute checksums