Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ForeachTest.cpp
index 561f2ec223ea6d4b023d2e803e2897be08a27cb7..a4fac00c928c5edf766159f5f79c9cf027854dab 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Foreach.h"
+#include <folly/Foreach.h>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 #include <gtest/gtest.h>
 #include <map>
 #include <string>