Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ThreadCachedIntTest.cpp
index a84a82fd0052d8fc6f179267234f1fd38e04ad33..231763d5855ee16adcaf88da4452f7757ad89ea3 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/ThreadCachedInt.h"
-#include "folly/Hash.h"
+#include <folly/ThreadCachedInt.h>
+#include <folly/Hash.h>
 
 #include <atomic>
 #include <thread>
 #include <gtest/gtest.h>
 #include <gflags/gflags.h>
 #include <glog/logging.h>
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using namespace folly;