Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ProducerConsumerQueueTest.cpp
index 3f0d50b3191c02e241a8ab17208c81ab52010961..de72c88bbb0a9f84b56ecab2dd22b0c1014f24d1 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/ProducerConsumerQueue.h"
+#include <folly/ProducerConsumerQueue.h>
 
 #include <gtest/gtest.h>
 #include <vector>