summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-03 06:14:52 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-03 06:14:52 +0000
commitad3827a6836ecc050d7f688b4716e8f2a9c66e12 (patch)
tree33ac9472bdc0f556d0f2260513e8ae504161d7ba /gcc/tree.h
parent29686c2c57c9dcd45b26420a190cfd7350715a54 (diff)
downloadgcc-ad3827a6836ecc050d7f688b4716e8f2a9c66e12.tar.gz
PR bootstrap/31776
* system.h: Remove inclusion of double-int.h * tree.h: Include double-int.h * gengtype.c: Likewise * cfgloop.h: Likewise * Makefile.in: Adjust dependencies on double-int.h git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124373 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 3059d402804..0c65e3bf59b 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -27,6 +27,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#include "input.h"
#include "statistics.h"
#include "vec.h"
+#include "double-int.h"
/* Codes of tree nodes */