Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / Demangle.cpp
index 3922f74fcb458cbd83115714e7ea79ae725563f9..765db5ac03fc52aa693e31469e1dfa067b0c018b 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Demangle.h"
+#include <folly/Demangle.h>
 
 #include <algorithm>
 #include <string.h>
 
-#include "folly/Malloc.h"
+#include <folly/Malloc.h>
 
 #if FOLLY_HAVE_CPLUS_DEMANGLE_V3_CALLBACK
 # include <cxxabi.h>