Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / io / TypedIOBuf.h
index c5ecfc484837502d1c8ec6536e9882c15cc0800e..6296a95d5ea8312737cfb6a61e89854e9fd2edef 100644 (file)
@@ -21,8 +21,8 @@
 #include <iterator>
 #include <type_traits>
 
-#include "folly/Malloc.h"
-#include "folly/io/IOBuf.h"
+#include <folly/Malloc.h>
+#include <folly/io/IOBuf.h>
 
 namespace folly {