diff options
author | Diego Novillo <dnovillo@redhat.com> | 2005-07-05 00:32:36 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2005-07-04 20:32:36 -0400 |
commit | 4e89ef6bb4a975089b255edc643ae950a16259b2 (patch) | |
tree | 3d5945dfb2bcb6d5ef764b01205f14a16c41fdef /gcc | |
parent | 4b7c5b3a91c789f5d0f7e55bc20969534830ad83 (diff) | |
download | gcc-4e89ef6bb4a975089b255edc643ae950a16259b2.zip gcc-4e89ef6bb4a975089b255edc643ae950a16259b2.tar.gz gcc-4e89ef6bb4a975089b255edc643ae950a16259b2.tar.bz2 |
* tree-ssa-structalias.c: Don't include expr.h.
From-SVN: r101609
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree-ssa-structalias.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c976ab2..540f3e6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2005-07-04 Diego Novillo <dnovillo@redhat.com> + * tree-ssa-structalias.c: Don't include expr.h. + +2005-07-04 Diego Novillo <dnovillo@redhat.com> + * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix comments. diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 6db77b7..f48bcb2 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -34,7 +34,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #include "basic-block.h" #include "output.h" #include "errors.h" -#include "expr.h" #include "diagnostic.h" #include "tree.h" #include "c-common.h" |