Enable -Wextra-semi
[folly.git] / folly / test / ChecksumTest.cpp
index 316456cffd4c78814f5ab02d53aeabcec5c8bcbb..3e93e9f3b3e4562cc3ef8996030917df52750cc3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  */
 
 #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);