Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / JsonTest.cpp
index 7efe1361e70535b9ea951e3497f1865db72ba5f6..0c2b6d5a31fee7cd6af3139b89e77424ddab0378 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/json.h"
+#include <folly/json.h>
 #include <gtest/gtest.h>
 #include <gflags/gflags.h>
 #include <cmath>
 #include <limits>
 #include <iostream>
 #include <boost/next_prior.hpp>
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using folly::dynamic;
 using folly::parseJson;