Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / MPMCPipelineTest.cpp
index cc6fc64c2ee2779d6a09be98816327972e3acace..f754eda892a08b8e4b365d377a5216b3be9612d4 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/MPMCPipeline.h"
+#include <folly/MPMCPipeline.h>
 
 #include <thread>
 #include <vector>
@@ -22,7 +22,7 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Conv.h"
+#include <folly/Conv.h>
 
 namespace folly { namespace test {