Sort #include lines
[folly.git] / folly / Demangle.cpp
index 7145096c5b25952a9d2cbc77bc6eeeafb1b50b65..14eb1ad7dbac62fe6726c3e3c9fec650a85a2f40 100644 (file)
 #include <folly/Demangle.h>
 
 #include <algorithm>
-#include <string.h>
+#include <cstring>
 
 #include <folly/Malloc.h>
 #include <folly/portability/Config.h>
 
 #if FOLLY_HAVE_CPLUS_DEMANGLE_V3_CALLBACK
-# include <cxxabi.h>
+#include <cxxabi.h>
 
 // From libiberty
 //