Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / IPAddress.h
index c5f57aadd9584f754d89288bbca46c7a351e5574..46c096578dee6ae2b2ac47c09daa88d36b019a92 100644 (file)
 
 #include <boost/operators.hpp>
 
-#include "folly/Format.h"
-#include "folly/Range.h"
-#include "folly/IPAddressException.h"
-#include "folly/IPAddressV4.h"
-#include "folly/IPAddressV6.h"
-#include "folly/detail/IPAddress.h"
+#include <folly/Format.h>
+#include <folly/Range.h>
+#include <folly/IPAddressException.h>
+#include <folly/IPAddressV4.h>
+#include <folly/IPAddressV6.h>
+#include <folly/detail/IPAddress.h>
 
 namespace folly {