Eliminate exceptions.c:print_any_exception.
[deliverable/binutils-gdb.git] / gdb / demangle.c
index 415d891b63d6781075c8ce4a446b0fe7d790d1a3..c6421ee77d74d122b42892b9b214093784b129be 100644 (file)
@@ -1,6 +1,6 @@
 /* Basic C++ demangling support for GDB.
 
-   Copyright (C) 1991-2013 Free Software Foundation, Inc.
+   Copyright (C) 1991-2014 Free Software Foundation, Inc.
 
    Written by Fred Fish at Cygnus Support.
 
@@ -28,7 +28,7 @@
 #include "gdbcmd.h"
 #include "demangle.h"
 #include "gdb-demangle.h"
-#include "gdb_string.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
This page took 0.02344 seconds and 4 git commands to generate.