From: andreast Date: Fri, 21 May 2010 22:19:12 +0000 (+0000) Subject: 2010-05-22 Andreas Tobler X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4287774569605e4d6a4e7dd4bb338b4cdb0452a2;p=thirdparty%2Fgcc.git 2010-05-22 Andreas Tobler * tree-ssa-structalias.c: Remove tm_p.h from include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159684 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 35cb08a3417a..239064c12d8a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-05-22 Andreas Tobler + + * tree-ssa-structalias.c: Remove tm_p.h from include. + 2010-05-21 Jeff Law * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo. diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 6421c6517e29..a5a9634ae9c7 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -27,7 +27,6 @@ #include "obstack.h" #include "bitmap.h" #include "flags.h" -#include "tm_p.h" #include "basic-block.h" #include "output.h" #include "tree.h"