aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 9467fc7..7872b3b 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -165,13 +165,6 @@ extern int is_cplus_marker (int);
/* use tui interface if non-zero */
extern int tui_version;
-#if defined(TUI)
-/* all invocations of TUIDO should have two sets of parens */
-#define TUIDO(x) tuiDo x
-#else
-#define TUIDO(x)
-#endif
-
/* enable xdb commands if set */
extern int xdb_commands;
@@ -625,11 +618,6 @@ extern struct ui_file *gdb_stdtarg;
#if defined(TUI)
#include "tui.h"
-#include "tuiCommand.h"
-#include "tuiData.h"
-#include "tuiIO.h"
-#include "tuiLayout.h"
-#include "tuiWin.h"
#endif
#include "ui-file.h"