diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index 887326664fa..120a10c07d3 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "flags.h" #include "tree.h" -#include "real.h" #include "tm_p.h" #include "function.h" #include "obstack.h" @@ -51,7 +50,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-flow.h" #include "params.h" #include "pointer-set.h" -#include "fixed-value.h" #include "tree-pass.h" #include "langhooks-def.h" #include "diagnostic.h" |