diff options
author | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-16 13:57:21 +0000 |
---|---|---|
committer | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-16 13:57:21 +0000 |
commit | 02311745e3321e776d46cd9cd70099fda55859b8 (patch) | |
tree | e32cf94d8217cd7e5bb1657f29c182393e3cc00c /gcc/double-int.c | |
parent | 0fea623c6dfa3060c3df2a7ff1e01e0bb1578376 (diff) | |
download | gcc-02311745e3321e776d46cd9cd70099fda55859b8.tar.gz |
* bitmap.c: Delete unnecessary includes.
* ebitmap.c: Likewise.
* et-forest.c: Likewise.
* sreal.c: Likewise.
* statistics.c: Likewise.
* stringpool.c: Likewise.
* double-int.c: Add comment for inclusion of tm.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166797 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/double-int.c')
-rw-r--r-- | gcc/double-int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/double-int.c b/gcc/double-int.c index f3501a5c2c0..9e32b398ce7 100644 --- a/gcc/double-int.c +++ b/gcc/double-int.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "tm.h" /* For SHIFT_COUNT_TRUNCATED. */ #include "tree.h" #include "toplev.h" |