Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / ConcurrentSkipList.h
index 265f5fc5e9c6141e3274572625a4b5a345987496..987aa094e4426018ee7e9bd2e359f00a7953659f 100644 (file)
@@ -128,10 +128,10 @@ Sample usage:
 #include <boost/iterator/iterator_facade.hpp>
 #include <glog/logging.h>
 
-#include "folly/ConcurrentSkipList-inl.h"
-#include "folly/Likely.h"
-#include "folly/Memory.h"
-#include "folly/SmallLocks.h"
+#include <folly/ConcurrentSkipList-inl.h>
+#include <folly/Likely.h>
+#include <folly/Memory.h>
+#include <folly/SmallLocks.h>
 
 namespace folly {