Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / Random.h
index 09cf7a1795890f4301d0d085be735bb4ee6cd9c7..8930526edd239aea14ff8ecc4c741231edb4e0c7 100644 (file)
@@ -20,7 +20,7 @@
 #include <type_traits>
 #include <random>
 #include <stdint.h>
-#include "folly/ThreadLocal.h"
+#include <folly/ThreadLocal.h>
 
 #if __GNUC_PREREQ(4, 8) && !defined(ANDROID)
 #include <ext/random>
@@ -253,6 +253,6 @@ inline uint32_t randomNumberSeed() {
 
 }
 
-#include "folly/Random-inl.h"
+#include <folly/Random-inl.h>
 
 #endif