From: Andreas Tobler Date: Fri, 21 May 2010 22:19:12 +0000 (+0200) Subject: tree-ssa-structalias.c: Remove tm_p.h from include. X-Git-Tag: releases/gcc-4.6.0~7120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf4f4175974beb2e54a20393ad674008bb84c550;p=thirdparty%2Fgcc.git tree-ssa-structalias.c: Remove tm_p.h from include. 2010-05-22 Andreas Tobler * tree-ssa-structalias.c: Remove tm_p.h from include. From-SVN: r159684 --- 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"