Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / String.cpp
index f50d1de8534dce74eeed5ea0ea2eb21524e813d4..c80c6821c511157400c541177a3ee57223164d3a 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/String.h"
-#include "folly/Format.h"
+#include <folly/String.h>
+#include <folly/Format.h>
 
 #include <cerrno>
 #include <cstdarg>