diff options
author | lauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-23 06:02:06 +0000 |
---|---|---|
committer | lauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-23 06:02:06 +0000 |
commit | 2bf96dd78f10196a20c8ae90c3f1eef8c859cc91 (patch) | |
tree | 6fff6c1d3a57978169cd34f07efeccd0ac2ab924 /gcc/expr.c | |
parent | aeb0a1b8a07ed4a8e6f01b4d411550d196dcde92 (diff) | |
download | gcc-2bf96dd78f10196a20c8ae90c3f1eef8c859cc91.tar.gz |
2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* sese.h (create_if_region_on_edge): Remove.
* sese.c (create_if_region_on_edge): Make static.
* tree-inline.c: Do not include ggc.h.
* expr.c: Do not include ggc.h.
* Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158661 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index 5448bbe2b8f..e9e53261bf3 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -43,7 +43,6 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "typeclass.h" #include "toplev.h" -#include "ggc.h" #include "langhooks.h" #include "intl.h" #include "tm_p.h" |