Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ThreadLocalTest.cpp
index 332fa80e89091d02466424f3ff657bf8ce83dcd0..a5de491618c153cd2f94d15c2e67841ac1432e51 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/ThreadLocal.h"
+#include <folly/ThreadLocal.h>
 
 #include <sys/types.h>
 #include <sys/wait.h>
@@ -35,7 +35,7 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using namespace folly;