Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / experimental / test / EventCountTest.cpp
index ece8c0f6ae20fc1bd264fd58fa3f0bd977ad14d6..077b4c717c80100a23a156812d9892335d7622f6 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/EventCount.h"
+#include <folly/experimental/EventCount.h>
 
 #include <algorithm>
 #include <random>
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Random.h"
-#include "folly/Benchmark.h"
+#include <folly/Random.h>
+#include <folly/Benchmark.h>
 
 using namespace folly;