Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / wangle / test / ExecutorTest.cpp
index 423b70914e1788b4a120ca777e4b7e55ce83e839..1e60ab0b20515f2890c22005f9ddc5e2c2f833e8 100644 (file)
@@ -15,9 +15,9 @@
  */
 
 #include <gtest/gtest.h>
-#include "folly/wangle/InlineExecutor.h"
-#include "folly/wangle/ManualExecutor.h"
-#include "folly/wangle/QueuedImmediateExecutor.h"
+#include <folly/wangle/InlineExecutor.h>
+#include <folly/wangle/ManualExecutor.h>
+#include <folly/wangle/QueuedImmediateExecutor.h>
 
 using namespace folly::wangle;
 using namespace std::chrono;