Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / HashTest.cpp
index 685d80b4b6a4f20893b0de428a7225ce0ba92059..e1c6f658e9046bbacbe98e5c1c49dbd093448c4a 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Hash.h"
-#include "folly/MapUtil.h"
+#include <folly/Hash.h>
+#include <folly/MapUtil.h>
 #include <gtest/gtest.h>
 #include <stdint.h>
 #include <unordered_map>