Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / Conv.h
index 120eda96698e9b3869ae46c8f72125d4c273cfa8..79397262d82b493dab59b2dd81d7c0ad9d2c668a 100644 (file)
 #ifndef FOLLY_BASE_CONV_H_
 #define FOLLY_BASE_CONV_H_
 
-#include "folly/FBString.h"
-#include "folly/Likely.h"
-#include "folly/Preprocessor.h"
-#include "folly/Range.h"
+#include <folly/FBString.h>
+#include <folly/Likely.h>
+#include <folly/Preprocessor.h>
+#include <folly/Range.h>
 
 #include <boost/implicit_cast.hpp>
 #include <type_traits>