diff options
Diffstat (limited to 'arch/mips/math-emu/sp_add.c')
-rw-r--r-- | arch/mips/math-emu/sp_add.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/math-emu/sp_add.c b/arch/mips/math-emu/sp_add.c index bdcbda8e9..61a050bf0 100644 --- a/arch/mips/math-emu/sp_add.c +++ b/arch/mips/math-emu/sp_add.c @@ -25,14 +25,6 @@ */ -#include <limits.h> -#ifdef __KERNEL__ -#define assert(expr) ((void)0) -#else -#include <assert.h> -#endif -#include <stdarg.h> - #include "ieee754sp.h" ieee754sp ieee754sp_add(ieee754sp x, ieee754sp y) |