aboutsummaryrefslogtreecommitdiff
path: root/gdb/demangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r--gdb/demangle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c
index c6421ee..be46de9 100644
--- a/gdb/demangle.c
+++ b/gdb/demangle.c
@@ -28,8 +28,6 @@
#include "gdbcmd.h"
#include "demangle.h"
#include "gdb-demangle.h"
-#include <string.h>
-
/* Select the default C++ demangling style to use. The default is "auto",
which allows gdb to attempt to pick an appropriate demangling style for
the executable it has loaded. It can be set to a specific style ("gnu",