Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / IPAddressV4.cpp
index e42416b984204160c8d90f5bc60fbf06e7bc5663..625d54facc35c2c150663ca29d4ff48533888673 100644 (file)
@@ -19,9 +19,9 @@
 #include <ostream>
 #include <string>
 
-#include "folly/Format.h"
-#include "folly/IPAddress.h"
-#include "folly/IPAddressV6.h"
+#include <folly/Format.h>
+#include <folly/IPAddress.h>
+#include <folly/IPAddressV6.h>
 
 using std::ostream;
 using std::string;