bitmap.c: Delete unnecessary includes.
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 16 Nov 2010 13:57:21 +0000 (13:57 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 16 Nov 2010 13:57:21 +0000 (13:57 +0000)
* 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.

From-SVN: r166797

gcc/ChangeLog
gcc/bitmap.c
gcc/double-int.c
gcc/ebitmap.c
gcc/et-forest.c
gcc/sreal.c
gcc/statistics.c
gcc/stringpool.c

index 3329ae34ca116f94ecb6a06c97a9773275bfe2a0..273b853474b6e84270a41f4b7feac937c37be3c5 100644 (file)
@@ -1,3 +1,13 @@
+2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * 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.
+
 2010-11-16  Richard Guenther  <rguenther@suse.de>
 
        * tree-ssa-sccvn.c (visit_unary_op): Rename to ...
index f2fd2bdb510a1ee23b12c3c1722634e68064142c..7f533ed0844b32137551d26945594bfba665875a 100644 (file)
@@ -21,9 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
-#include "rtl.h"
-#include "flags.h"
 #include "obstack.h"
 #include "ggc.h"
 #include "bitmap.h"
index f3501a5c2c0a79e52f3d380e846db55c81277068..9e32b398ce7534f9582b465b1ffa6e4a94261b31 100644 (file)
@@ -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"
 
index cb52468fed67aa01aa708f44368e9c3cff43e2ac..c57d141ddb31c327aa99e6e805b3a9f79ef0bbfa 100644 (file)
@@ -21,10 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
-#include "rtl.h"
-#include "flags.h"
-#include "obstack.h"
 #include "ebitmap.h"
 
 /* The ebitmap data structure is a sparse bitmap structure that works
index 94757c0afa9d506f7fcd4d6753e6232b92798f22..b35d063c5f8c978316a6d37a425748efb2da79d2 100644 (file)
@@ -26,7 +26,6 @@ License along with libiberty; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
 #include "et-forest.h"
 #include "alloc-pool.h"
 
index 415a02c8352ef9d92b4dff660a33d9639938a49f..df35ddd444fe56c49158c9cf46b4cf3799624008 100644 (file)
@@ -52,7 +52,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
 #include "sreal.h"
 
 static inline void copy (sreal *, sreal *);
index b7bfd45dd975027371aa4957302095123b3eaabb..873bbc31cf6e13c0428e5c64f3b813cae82df6ad 100644 (file)
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-dump.h"
 #include "statistics.h"
 #include "hashtab.h"
-#include "tm.h"
 #include "function.h"
 
 static int statistics_dump_nr;
index 8d45a26befcfd8b3ea2245974ca80d5e9fe8ef33..747db177b2abcf1b76aa49ee9e6187952ea4cc62 100644 (file)
@@ -29,7 +29,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
 #include "ggc.h"
 #include "ggc-internal.h"
 #include "tree.h"