summaryrefslogtreecommitdiff
path: root/gdb/remote-vxmips.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-10-25 22:25:55 +0000
committerAndrew Cagney <cagney@redhat.com>2002-10-25 22:25:55 +0000
commit4df2579c3b426e5eae7e38ec29b45f967b6da6ca (patch)
treea8d39f52a786c47109dab66b439e46566c24339f /gdb/remote-vxmips.c
parent2f756a154c92dd21e18976dfd506c0ffde93a597 (diff)
downloadgdb-4df2579c3b426e5eae7e38ec29b45f967b6da6ca.tar.gz
2002-10-25 Andrew Cagney <cagney@redhat.com>
* complaints.h (struct deprecated_complaint): Rename `struct complaint'. * complaints.c (complain): Update. * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete incorrect comment indicating that "symfile.h" was being included for the `struct complaint' definition. * remote-vx.c: Update. * objc-lang.c: Update. * xcoffread.c: Update. * hpread.c: Update. * mdebugread.c: Update. * stabsread.c: Update. * dwarf2read.c: Update. * dwarfread.c: Update. * elfread.c: Update. * coffread.c: Update. * stabsread.h: Update. * dbxread.c: Update. * buildsym.c: Update. * gdbtypes.c: Update. * macrotab.c: Update.
Diffstat (limited to 'gdb/remote-vxmips.c')
-rw-r--r--gdb/remote-vxmips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-vxmips.c b/gdb/remote-vxmips.c
index 8be4a2f9464..e0f7fc3dfd0 100644
--- a/gdb/remote-vxmips.c
+++ b/gdb/remote-vxmips.c
@@ -30,7 +30,7 @@
#include "gdbcore.h"
#include "command.h"
#include "symtab.h"
-#include "symfile.h" /* for struct complaint */
+#include "symfile.h"
#include "regcache.h"
#include "gdb_string.h"