summaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-14 20:14:18 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-14 20:14:18 +0000
commitda71eacc268ed6e0b01861b6fbf82de6856145db (patch)
treebf878e7760771707f137f1dcc680e8fdd8af0186 /gcc/store-motion.c
parentca4bb7ac44cd91cba27662f1238caf05096a17f4 (diff)
downloadgcc-da71eacc268ed6e0b01861b6fbf82de6856145db.tar.gz
* 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
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 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"