Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / RandomTest.cpp
index e6f11f0379b22ca2a776d189273d9acd29e14251..8653faf6e0074e00b7432c21a0e196a0a19a110f 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Random.h"
-#include "folly/Range.h"
-#include "folly/Benchmark.h"
-#include "folly/Foreach.h"
+#include <folly/Random.h>
+#include <folly/Range.h>
+#include <folly/Benchmark.h>
+#include <folly/Foreach.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>