Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / Chrono.h
index 1a9dfa54631285b7e2e3dac540f5fcf15054c7ca..d78e7663571a69144e72ad57727d90b8b4599924 100644 (file)
@@ -19,7 +19,7 @@
 #define FOLLY_CHRONO_H_
 
 #include <chrono>
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 // gcc 4.6 uses an obsolete name for steady_clock, although the implementation
 // is the same