bitmap.c: Delete unnecessary includes.
* 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
This commit is contained in:
parent
2262707f73
commit
338ae1c163
8 changed files with 11 additions and 12 deletions
|
@ -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 ...
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 *);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue