Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / AtomicHashArray.h
index d5ee3fe91e9c9e93c2da925255e728c3fd88a2b3..043909c0f067379358323d22dc20cdd57eb6f632 100644 (file)
@@ -37,8 +37,8 @@
 #include <boost/iterator/iterator_facade.hpp>
 #include <boost/noncopyable.hpp>
 
-#include "folly/Hash.h"
-#include "folly/ThreadCachedInt.h"
+#include <folly/Hash.h>
+#include <folly/ThreadCachedInt.h>
 
 namespace folly {