Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / json.cpp
index 5ca57d475b31b5249370d033ff27e5a2c2ae8f1f..f6bf8f2c574666ab308818dcca18ed7590941fc6 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/json.h"
+#include <folly/json.h>
 #include <cassert>
 #include <boost/next_prior.hpp>
 #include <boost/algorithm/string.hpp>
 
-#include "folly/Range.h"
-#include "folly/Unicode.h"
-#include "folly/Conv.h"
+#include <folly/Range.h>
+#include <folly/Unicode.h>
+#include <folly/Conv.h>
 
 namespace folly {