Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / FormatTest.cpp
index 3c27dc3ec0d573051f6052e4be23c356e3074044..e49e97cefa89351a1fd9946ff20a7a50496ae015 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Format.h"
+#include <folly/Format.h>
 
 #include <glog/logging.h>
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
 
-#include "folly/FBVector.h"
-#include "folly/FileUtil.h"
-#include "folly/dynamic.h"
-#include "folly/json.h"
+#include <folly/FBVector.h>
+#include <folly/FileUtil.h>
+#include <folly/dynamic.h>
+#include <folly/json.h>
 
 using namespace folly;