summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/generic/gdbtk-cmds.c
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2002-11-27 19:09:17 +0000
committerMartin Hunt <hunt@redhat.com>2002-11-27 19:09:17 +0000
commit4ffcce40fa81068daa8c538781865d88a2124c70 (patch)
tree3d4191e99fcf18939c2e13e45073a946b01b2f65 /gdb/gdbtk/generic/gdbtk-cmds.c
parent04424ab7669f42df0a9c93830f0bab2e326507a9 (diff)
downloadgdb-4ffcce40fa81068daa8c538781865d88a2124c70.tar.gz
2002-11-27 Martin M. Hunt <hunt@redhat.com>
* generic/gdbtk.c (gdbtk_init): Don't call Tix_Init. Don't include tix.h * generic/gdbtk-hooks.c: Don't include tix.h. * generic/gdbtkj-cmds.c: Don't include tix.h.
Diffstat (limited to 'gdb/gdbtk/generic/gdbtk-cmds.c')
-rw-r--r--gdb/gdbtk/generic/gdbtk-cmds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdbtk/generic/gdbtk-cmds.c b/gdb/gdbtk/generic/gdbtk-cmds.c
index b1f63a90f39..841dfd9e293 100644
--- a/gdb/gdbtk/generic/gdbtk-cmds.c
+++ b/gdb/gdbtk/generic/gdbtk-cmds.c
@@ -39,7 +39,6 @@
but gdb uses stdarg.h, so make sure HAS_STDARG is defined. */
#define HAS_STDARG 1
-#include <tix.h>
#include <itcl.h>
#include "guitcl.h"