X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcp-abi.c;h=0bde1c539b9509aaa0542688638d8baa60dc60ec;hb=9f1b45b0da430a7a7abf9e54acbe6f2ef9d3a763;hp=2540eca17aa14346f97f46f0c82bf9c1031f698c;hpb=cc16e6c91580e68369250f5a65c6e01559cdd467;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index 2540eca17a..0bde1c539b 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -1,6 +1,6 @@ /* Generic code for supporting multiple C++ ABI's - Copyright (C) 2001-2013 Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -25,7 +25,7 @@ #include "gdbcmd.h" #include "ui-out.h" #include "gdb_assert.h" -#include "gdb_string.h" +#include static struct cp_abi_ops *find_cp_abi (const char *short_name);