diff options
Diffstat (limited to 'libc/inc/math.h')
-rw-r--r-- | libc/inc/math.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/inc/math.h b/libc/inc/math.h index 268e3e7..82f431f 100644 --- a/libc/inc/math.h +++ b/libc/inc/math.h @@ -3,8 +3,6 @@ #ifndef MATH_H #define MATH_H -#include <def.h> - int pow(int base, int exp); #endif |