aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2010-11-16 13:57:21 +0000
committerNathan Froyd <froydnj@codesourcery.com>2010-11-16 13:57:21 +0000
commit6d3da0b4d84b2960b97f2ea2ec07a89a37fd4d4e (patch)
treee32cf94d8217cd7e5bb1657f29c182393e3cc00c /gcc/bitmap.c
parenta702397e1e69cffcdbf4c7dcbe0c50db6d2a5c37 (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@166797 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r--gcc/bitmap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index f2fd2bdb510..7f533ed0844 100644
--- a/gcc/bitmap.c
+++ b/gcc/bitmap.c
@@ -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"