Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / small_vector_test.cpp
index 65a672d919385634d85d72b047140d153cf5ca47..89362d38cffcba09a34b935f359c8b72148c75e5 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/small_vector.h"
+#include <folly/small_vector.h>
 
 #include <gtest/gtest.h>
 #include <string>
@@ -24,7 +24,7 @@
 
 #include <boost/algorithm/string.hpp>
 
-#include "folly/Conv.h"
+#include <folly/Conv.h>
 
 using folly::small_vector;
 using namespace folly::small_vector_policy;