OSDN Git Service

* bitmap.c: Delete unnecessary includes.
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Nov 2010 13:57:21 +0000 (13:57 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Nov 2010 13:57:21 +0000 (13:57 +0000)
* 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

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 3329ae3..273b853 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 f2fd2bd..7f533ed 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 f3501a5..9e32b39 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 cb52468..c57d141 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 94757c0..b35d063 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 415a02c..df35ddd 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 b7bfd45..873bbc3 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 8d45a26..747db17 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"