aboutsummaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2009-05-14 20:14:18 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2009-05-14 20:14:18 +0000
commit237ee620ad734b5c54b79cf3524d9284a2a81bf0 (patch)
treebf878e7760771707f137f1dcc680e8fdd8af0186 /gcc/store-motion.c
parent1154c4fafe6722c0c201c0ce122aa2262aa963e3 (diff)
downloadgcc-237ee620ad734b5c54b79cf3524d9284a2a81bf0.zip
gcc-237ee620ad734b5c54b79cf3524d9284a2a81bf0.tar.gz
gcc-237ee620ad734b5c54b79cf3524d9284a2a81bf0.tar.bz2
* store-motion.c Do not include params.h
* Makefile.in: Fix dependencies for various files. From-SVN: r147542
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r--gcc/store-motion.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c
index 5dabd1a..64260ac 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"