diff options
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c index bea91e211..839c24bbe 100644 --- a/src/printf.c +++ b/src/printf.c @@ -51,7 +51,6 @@ ** */ #include "sqliteInt.h" -#include <math.h> /* ** Conversion types fall into various categories as defined by the |