summaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-01 20:25:26 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-01 20:25:26 +0000
commit5863771b360240b323dcbfb53830b8de4de528a6 (patch)
tree1862fd08477aca1be8c2d14d11e62fb48bc0c66c /gcc/ipa-utils.c
parentacf70424aaeb02944ceafa29f30aff01ec7cb119 (diff)
downloadgcc-5863771b360240b323dcbfb53830b8de4de528a6.tar.gz
* ipa-reference.c: Do not include c-common.h, include splay-tree.h.
* ipa-utils.c: Likewise. * ipa-type-escape.c: Likewise. * cgraphunit.c Do not include c-common.h. * ipa-pure-const.c: Likewise. * tree-if-conv.c: Likewise. * matrix-reorg.c: Do not include c-common.h and c-tree.h. * ipa-struct-reorg.c: Likewise. * tree-nomudflap.c: Likewise. * tree-ssa-structalias.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147035 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r--gcc/ipa-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c
index 97a2b3c8237..5bd0b788cd1 100644
--- a/gcc/ipa-utils.c
+++ b/gcc/ipa-utils.c
@@ -28,10 +28,10 @@ along with GCC; see the file COPYING3. If not see
#include "tree-pass.h"
#include "langhooks.h"
#include "pointer-set.h"
+#include "splay-tree.h"
#include "ggc.h"
#include "ipa-utils.h"
#include "ipa-reference.h"
-#include "c-common.h"
#include "gimple.h"
#include "cgraph.h"
#include "output.h"