Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / MemoryMapping.h
index fa8d51a58cee95a5c1e90618fca607e1fde3d21a..19ca243ed9452c5583b5461b230a0d2742cd7cd4 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef FOLLY_MEMORYMAPPING_H_
 #define FOLLY_MEMORYMAPPING_H_
 
-#include "folly/FBString.h"
-#include "folly/File.h"
-#include "folly/Range.h"
+#include <folly/FBString.h>
+#include <folly/File.h>
+#include <folly/Range.h>
 #include <glog/logging.h>
 #include <boost/noncopyable.hpp>