I noticed a couple of forward declarations in the TUI that aren't
needed -- the declarations aren't used in the header files in which
they appear. This patch removes these.
#include "tui/tui-data.h"
#include "tui-winsource.h"
-struct symtab;
-
/* A TUI source window. */
struct tui_source_window : public tui_source_window_base
#define TUI_SCOPED_DEBUG_START_END(fmt, ...) \
scoped_debug_start_end (debug_tui, "tui", fmt, ##__VA_ARGS__)
-struct ui_file;
-
/* Types of error returns. */
enum tui_status
{