diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-24 13:12:00 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:32:46 +0100 |
| commit | 6b4c305cbd549e9d12a6b0192fdb8d6519a9664c (patch) | |
| tree | 1a40204f1b0dd68849f5e4a83a52fbdc607cf13f /fpu/softfloat.c | |
| parent | 927d4878b0ff319ed87fed9363f314613b0a5ed9 (diff) | |
| download | focaccia-qemu-6b4c305cbd549e9d12a6b0192fdb8d6519a9664c.tar.gz focaccia-qemu-6b4c305cbd549e9d12a6b0192fdb8d6519a9664c.zip | |
fpu: move public header file to include/fpu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'fpu/softfloat.c')
| -rw-r--r-- | fpu/softfloat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 841314686b..0cfa6b4831 100644 --- a/fpu/softfloat.c +++ b/fpu/softfloat.c @@ -40,7 +40,7 @@ these four paragraphs for those parts of this code that are retained. */ #include "config.h" -#include "softfloat.h" +#include "fpu/softfloat.h" /*---------------------------------------------------------------------------- | Primitive arithmetic functions, including multi-word arithmetic, and |