]> Git Repo - binutils.git/blobdiff - binutils/cxxfilt.c
bfd/
[binutils.git] / binutils / cxxfilt.c
index 193289b33a1ded543ef4987f812dea81a68ea6e2..bed0537e477e14bd4d023cf3d60ac5cdc4dc2c1e 100644 (file)
    Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 
-#include "config.h"
+#include "sysdep.h"
 #include "bfd.h"
-#include "bucomm.h"
 #include "libiberty.h"
 #include "demangle.h"
 #include "getopt.h"
 #include "safe-ctype.h"
+#include "bucomm.h"
 
 static int flags = DMGL_PARAMS | DMGL_ANSI | DMGL_VERBOSE;
 static int strip_underscore = TARGET_PREPENDS_UNDERSCORE;
This page took 0.024058 seconds and 4 git commands to generate.