Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / AtomicHashArrayTest.cpp
index 6079b060527ec23cdd30e65f94013d012814258c..ad324874131f8e0fc7e5edb6bd50f229a282f5e9 100644 (file)
 #include <map>
 #include <stdexcept>
 
-#include "folly/AtomicHashArray.h"
-#include "folly/Hash.h"
-#include "folly/Conv.h"
-#include "folly/Memory.h"
+#include <folly/AtomicHashArray.h>
+#include <folly/Hash.h>
+#include <folly/Conv.h>
+#include <folly/Memory.h>
 #include <gtest/gtest.h>
 
 #if !defined(MAP_ANONYMOUS) && defined(MAP_ANON)