diff options
author | Martin Hunt <hunt@redhat.com> | 1999-02-11 20:53:23 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1999-02-11 20:53:23 +0000 |
commit | 5288b2e1b2706f023c1e4c2d9fcf043265547213 (patch) | |
tree | b0285d9302beb478d5f4361b7bb76efbc1252248 /gdb/gdbtk-cmds.c | |
parent | 8fa71a718c35801e5e34685ad2a8a70351fa593c (diff) | |
download | gdb-5288b2e1b2706f023c1e4c2d9fcf043265547213.zip gdb-5288b2e1b2706f023c1e4c2d9fcf043265547213.tar.gz gdb-5288b2e1b2706f023c1e4c2d9fcf043265547213.tar.bz2 |
1999-02-11 Martin Hunt <hunt@cygnus.com>
* gdbtk.c, gdbtk-cmds.c, gdbtk-hooks.c: Removed old IDE stuff.
Diffstat (limited to 'gdb/gdbtk-cmds.c')
-rw-r--r-- | gdb/gdbtk-cmds.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/gdbtk-cmds.c b/gdb/gdbtk-cmds.c index ee5d1e1..6527af4 100644 --- a/gdb/gdbtk-cmds.c +++ b/gdb/gdbtk-cmds.c @@ -44,14 +44,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "guitcl.h" #include "gdbtk.h" -/* start-sanitize-ide */ -#ifdef IDE -#include "event.h" -#include "idetcl.h" -#include "ilutk.h" -#endif -/* end-sanitize-ide */ - #ifdef ANSI_PROTOTYPES #include <stdarg.h> #else |