diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-03 06:14:52 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-03 06:14:52 +0000 |
commit | ad3827a6836ecc050d7f688b4716e8f2a9c66e12 (patch) | |
tree | 33ac9472bdc0f556d0f2260513e8ae504161d7ba /gcc/system.h | |
parent | 29686c2c57c9dcd45b26420a190cfd7350715a54 (diff) | |
download | gcc-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/system.h')
-rw-r--r-- | gcc/system.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/system.h b/gcc/system.h index 7a3c489e1d4..12f4b66fa69 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -611,9 +611,6 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; # define FALSE false #endif /* !__cplusplus */ -/* Get definition of double_int. */ -#include "double-int.h" - /* Some compilers do not allow the use of unsigned char in bitfields. */ #define BOOL_BITFIELD unsigned int |