From da71eacc268ed6e0b01861b6fbf82de6856145db Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 14 May 2009 20:14:18 +0000 Subject: * store-motion.c Do not include params.h * Makefile.in: Fix dependencies for various files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147542 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/store-motion.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/store-motion.c') diff --git a/gcc/store-motion.c b/gcc/store-motion.c index 5dabd1a8f20..64260ac165f 100644 --- a/gcc/store-motion.c +++ b/gcc/store-motion.c @@ -39,7 +39,6 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "except.h" #include "ggc.h" -#include "params.h" #include "intl.h" #include "timevar.h" #include "tree-pass.h" -- cgit v1.2.1