aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-browser.c')
-rw-r--r--gcc/tree-browser.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-browser.c b/gcc/tree-browser.c
index 3803a50..dab7286 100644
--- a/gcc/tree-browser.c
+++ b/gcc/tree-browser.c
@@ -22,19 +22,14 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
#include "tree.h"
-#include "tree-inline.h"
#include "tree-pretty-print.h"
-#include "hashtab.h"
-
#define TB_OUT_FILE stdout
#define TB_IN_FILE stdin
#define TB_NIY fprintf (TB_OUT_FILE, "Sorry this command is not yet implemented.\n")
#define TB_WF fprintf (TB_OUT_FILE, "Warning, this command failed.\n")
-
/* Structures for handling Tree Browser's commands. */
#define DEFTBCODE(COMMAND, STRING, HELP) COMMAND,
enum TB_Comm_code {