Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / experimental / test / EventCountTest.cpp
index 28c4f9d7f21200063a223f97aea4ab97d9780f87..077b4c717c80100a23a156812d9892335d7622f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * 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;