diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index c1f7f8c..efbbf2a 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -1,6 +1,6 @@ /* Read dbx symbol tables and convert to internal format, for GDB. Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003. + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004. Free Software Foundation, Inc. This file is part of GDB. @@ -49,7 +49,6 @@ #include "target.h" #include "gdbcore.h" /* for bfd stuff */ #include "libaout.h" /* FIXME Secret internal BFD stuff for a.out */ -#include "symfile.h" #include "objfiles.h" #include "buildsym.h" #include "stabsread.h" |