Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / stl_tests / StlVectorTest.cpp
index 7a999564f31deca6d1e681b57c6659a820c5b1f6..5ad8b9da84383473eda451479e93856da187a880 100644 (file)
@@ -165,7 +165,7 @@ THOUGHTS:
 #include <vector>
 #define VECTOR_ std::vector
 #else
-#include "folly/FBVector.h"
+#include <folly/FBVector.h>
 #define VECTOR_ folly::fbvector
 #endif
 
@@ -184,8 +184,8 @@ THOUGHTS:
 #include <cstddef>
 #include <iomanip>
 
-#include "folly/ScopeGuard.h"
-#include "folly/Conv.h"
+#include <folly/ScopeGuard.h>
+#include <folly/Conv.h>
 #include <boost/preprocessor.hpp>
 #include <boost/iterator/iterator_adaptor.hpp>
 #include <gflags/gflags.h>