diff options
Diffstat (limited to 'gcc/tree-dump.c')
-rw-r--r-- | gcc/tree-dump.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index 5467e28..90b8990 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -31,8 +31,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "langhooks.h" #include "tree-iterator.h" -#include "real.h" -#include "fixed-value.h" static unsigned int queue (dump_info_p, const_tree, int); static void dump_index (dump_info_p, unsigned int); |