1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-08 03:22:21 +03:00

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
This commit is contained in:
drh
2007-10-05 16:23:55 +00:00
parent b496099751
commit d560305d84
5 changed files with 10 additions and 13 deletions

View File

@@ -51,7 +51,6 @@
**
*/
#include "sqliteInt.h"
#include <math.h>
/*
** Conversion types fall into various categories as defined by the