Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / ScopeGuard.h
index 1eeab8ee7184a289ded267239793534b65bbcacd..9a65811d9001f146f6478d17fcce4d354da2d92a 100644 (file)
@@ -21,8 +21,8 @@
 #include <functional>
 #include <new>
 
-#include "folly/Preprocessor.h"
-#include "folly/detail/UncaughtExceptionCounter.h"
+#include <folly/Preprocessor.h>
+#include <folly/detail/UncaughtExceptionCounter.h>
 
 namespace folly {