Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / Synchronized.h
index 83e59e80cef189ca7cd20650a92953288375804b..83ca833dfa8595b7847ae62edb4debe942685a2a 100644 (file)
@@ -27,8 +27,8 @@
 #include <type_traits>
 #include <mutex>
 #include <boost/thread.hpp>
-#include "folly/Preprocessor.h"
-#include "folly/Traits.h"
+#include <folly/Preprocessor.h>
+#include <folly/Traits.h>
 
 namespace folly {