diff options
| author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-05 00:32:36 +0000 |
|---|---|---|
| committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-05 00:32:36 +0000 |
| commit | 7eeb674fc47f4f716e18ab9d8534aac2f809ced7 (patch) | |
| tree | 3d5945dfb2bcb6d5ef764b01205f14a16c41fdef | |
| parent | 8ae79b19244729aedd3fbabe8e39a72d34b3a9e2 (diff) | |
| download | ppe42-gcc-7eeb674fc47f4f716e18ab9d8534aac2f809ced7.tar.gz ppe42-gcc-7eeb674fc47f4f716e18ab9d8534aac2f809ced7.zip | |
* tree-ssa-structalias.c: Don't include expr.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101609 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 c976ab2992c..540f3e60f34 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 6db77b77e30..f48bcb24678 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" |

