diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-09 18:45:47 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-09 18:45:47 +0000 |
commit | 939ef5938fa15b996d3801fa53ef5be2f5cf3495 (patch) | |
tree | 65f592355d08407c86bac7a2297eb5e8d159f634 /target-cris/cpu.h | |
parent | 798085733c81a33b4185a0f06c2b591544372fce (diff) |
Move #include "softfloat.h" to cpu-all.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4395 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/cpu.h')
-rw-r--r-- | target-cris/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index b62c537710..49de8302bd 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -25,8 +25,6 @@ #include "cpu-defs.h" -#include "softfloat.h" - #define TARGET_HAS_ICE 1 #define ELF_MACHINE EM_CRIS |