aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorLaurynas Biveinis <laurynas.biveinis@gmail.com>2010-04-23 06:02:06 +0000
committerLaurynas Biveinis <lauras@gcc.gnu.org>2010-04-23 06:02:06 +0000
commit086058c2a6338dc9e0f1b8d0962da1ee7363f4c7 (patch)
tree6fff6c1d3a57978169cd34f07efeccd0ac2ab924 /gcc/expr.c
parent3c0fe946a6f8322b827536b970972578a647bbfa (diff)
downloadgcc-086058c2a6338dc9e0f1b8d0962da1ee7363f4c7.zip
gcc-086058c2a6338dc9e0f1b8d0962da1ee7363f4c7.tar.gz
gcc-086058c2a6338dc9e0f1b8d0962da1ee7363f4c7.tar.bz2
sese.h (create_if_region_on_edge): Remove.
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. From-SVN: r158661
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 5448bbe..e9e5326 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"