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/tree-ssa-structalias.c | |
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/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |