diff options
author | David Carlton <carlton@bactrian.org> | 2002-11-15 19:14:47 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-11-15 19:14:47 +0000 |
commit | 82d03c99f5af1e1b3287b6bf5e1e25f552326d10 (patch) | |
tree | c88c2a29f15294692bce8857b2610d37d35eff8c | |
parent | c97eb5d982464821974f33beef38dea13f5a522c (diff) | |
download | gdb-82d03c99f5af1e1b3287b6bf5e1e25f552326d10.zip gdb-82d03c99f5af1e1b3287b6bf5e1e25f552326d10.tar.gz gdb-82d03c99f5af1e1b3287b6bf5e1e25f552326d10.tar.bz2 |
2002-11-15 David Carlton <carlton@math.stanford.edu>
* printcmd.c: Remove #include "disasm.h".
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/printcmd.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 624b01f..cddda95 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-11-15 David Carlton <carlton@math.stanford.edu> + + * printcmd.c: Remove #include "disasm.h". + 2002-11-14 Andrew Cagney <ac131313@redhat.com> * frame.h: Move the most relevant interface functions to the start diff --git a/gdb/printcmd.c b/gdb/printcmd.c index f1a7fdd..43bce2f 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -41,7 +41,6 @@ #include "completer.h" /* for completion functions */ #include "ui-out.h" #include "gdb_assert.h" -#include "disasm.h" extern int asm_demangle; /* Whether to demangle syms in asm printouts */ extern int addressprint; /* Whether to print hex addresses in HLL " */ |