Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ChecksumTest.cpp
index 94679b76ca34cb203358d9b8ca9dca7eb1aed85c..e563d3f91dc117b3e7926e9ef26874d0ccd37265 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Checksum.h"
+#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/Benchmark.h>
+#include <folly/Hash.h>
+#include <folly/detail/ChecksumDetail.h>
 
 namespace {
 const unsigned int BUFFER_SIZE = 512 * 1024 * sizeof(uint64_t);