summaryrefslogtreecommitdiffstats
path: root/arch/sparc/math-emu/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/math-emu/math.c')
-rw-r--r--arch/sparc/math-emu/math.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sparc/math-emu/math.c b/arch/sparc/math-emu/math.c
index 301cebd1b..050431cfc 100644
--- a/arch/sparc/math-emu/math.c
+++ b/arch/sparc/math-emu/math.c
@@ -70,10 +70,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>
#define FLOATFUNC(x) extern int x(void *,void *,void *)