diff options
author | drh <drh@noemail.net> | 2007-10-05 16:23:55 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2007-10-05 16:23:55 +0000 |
commit | d560305d84b2388dfcc4f71c176068ad940a059b (patch) | |
tree | 92c3e57a065fa6fdb24cab2d4d25b1cb9a5f6761 /src/printf.c | |
parent | b496099751ea62af638ae7103e13e6bc0d81e75b (diff) | |
download | sqlite-d560305d84b2388dfcc4f71c176068ad940a059b.tar.gz sqlite-d560305d84b2388dfcc4f71c176068ad940a059b.zip |
Remove #include <math.h> from all source files. It is no longer needed but
causes compile problems when -DSQLITE_OMIT_FLOATING_POINT is defined.
Ticket #2696. (CVS 4474)
FossilOrigin-Name: 4424357d17f615fab922780616eac6773535923a
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 |