Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / SpookyHashV2.cpp
index dd7d21b97d125129871d3827121864207b09093c..c7ecaf6ac43caed4902194252f80d2bf3d3c2473 100644 (file)
@@ -25,7 +25,7 @@
 //   July 30 2012: I reintroduced the buffer overflow
 //   August 5 2012: SpookyV2: d = should be d += in short hash, and remove extra mix from long hash
 
-#include "folly/SpookyHashV2.h"
+#include <folly/SpookyHashV2.h>
 
 #include <cstring>