Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ConcurrentSkipListBenchmark.cpp
index 362b384d90dd3cf91b8eb18904e027f440cee5a0..2fe525791d8d17e09e00a479d924ac9c89bde659 100644 (file)
 
 #include <gflags/gflags.h>
 #include <glog/logging.h>
-#include "folly/Benchmark.h"
-#include "folly/ConcurrentSkipList.h"
-#include "folly/Hash.h"
-#include "folly/RWSpinLock.h"
+#include <folly/Benchmark.h>
+#include <folly/ConcurrentSkipList.h>
+#include <folly/Hash.h>
+#include <folly/RWSpinLock.h>
 
 
 DEFINE_int32(num_threads, 12, "num concurrent threads to test");