* tree-ssa-structalias.c: Don't include expr.h.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jul 2005 00:32:36 +0000 (00:32 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jul 2005 00:32:36 +0000 (00:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101609 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-structalias.c

index c976ab2..540f3e6 100644 (file)
@@ -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.
 
index 6db77b7..f48bcb2 100644 (file)
@@ -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"