2002-11-15 David Carlton <carlton@math.stanford.edu>
* printcmd.c: Remove #include "disasm.h".
This commit is contained in:
parent
c97eb5d982
commit
82d03c99f5
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 " */
|
||||
|
|
Loading…
Reference in a new issue