Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / RWSpinLock.h
index b3d4dd99cd230a1c7bb18f5170497e7a605764b9..995c466f61786058bd1c7bf07ac1758a40bb41fc 100644 (file)
@@ -106,7 +106,7 @@ pthread_rwlock_t Read        728698     24us       101ns     7.28ms     194us
 
 */
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 #if defined(__GNUC__) && \
   (defined(__i386) || FOLLY_X64 || \
@@ -125,7 +125,7 @@ pthread_rwlock_t Read        728698     24us       101ns     7.28ms     194us
 #include <sched.h>
 #include <glog/logging.h>
 
-#include "folly/Likely.h"
+#include <folly/Likely.h>
 
 namespace folly {