Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / SpookyHashV2Test.cpp
index 376a2765ac89ab74a30c38b68fc2a1c226687aa6..74369cd4b001fb860a997341b6c924faf5a04838 100644 (file)
@@ -20,8 +20,8 @@
 #define __STDC_FORMAT_MACROS 1
 #endif
 
-#include "folly/SpookyHashV2.h"
-#include "folly/Benchmark.h"
+#include <folly/SpookyHashV2.h>
+#include <folly/Benchmark.h>
 
 #include <cinttypes>
 #include <cstdio>