2002-11-15 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Fri, 15 Nov 2002 19:14:47 +0000 (19:14 +0000)
committerDavid Carlton <carlton@bactrian.org>
Fri, 15 Nov 2002 19:14:47 +0000 (19:14 +0000)
* printcmd.c: Remove #include "disasm.h".

gdb/ChangeLog
gdb/printcmd.c

index 624b01f22495f637b103aadb78ef8efc09eaaf20..cddda95f7a8c451791ce0957ece30bc1abbfda8d 100644 (file)
@@ -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
index f1a7fdd7f8b5d912e147248968e7c24bec070fea..43bce2fdd186d885a50ef28790ec600b00eb4d5f 100644 (file)
@@ -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 " */