diff options
Diffstat (limited to 'arch/sparc64/math-emu/math.c')
-rw-r--r-- | arch/sparc64/math-emu/math.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sparc64/math-emu/math.c b/arch/sparc64/math-emu/math.c index 38a846c9f..b23bbf1bb 100644 --- a/arch/sparc64/math-emu/math.c +++ b/arch/sparc64/math-emu/math.c @@ -16,10 +16,10 @@ #include <asm/uaccess.h> #include "sfp-util.h" -#include "soft-fp.h" -#include "single.h" -#include "double.h" -#include "quad.h" +#include <math-emu/soft-fp.h> +#include <math-emu/single.h> +#include <math-emu/double.h> +#include <math-emu/quad.h> /* QUAD - ftt == 3 */ #define FMOVQ 0x003 |