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:
@@ -51,7 +51,6 @@
|
||||
**
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include <math.h>
|
||||
|
||||
/*
|
||||
** Conversion types fall into various categories as defined by the
|
||||
|
||||
Reference in New Issue
Block a user