aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/printf.c1
-rw-r--r--src/vdbe.c3
-rw-r--r--src/vdbemem.c1
3 files changed, 1 insertions, 4 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
diff --git a/src/vdbe.c b/src/vdbe.c
index 654c17fde..74e7b95d7 100644
--- a/src/vdbe.c
+++ b/src/vdbe.c
@@ -43,11 +43,10 @@
** in this file for details. If in doubt, do not deviate from existing
** commenting and indentation practices when changing or adding code.
**
-** $Id: vdbe.c,v 1.650 2007/09/03 15:19:36 drh Exp $
+** $Id: vdbe.c,v 1.651 2007/10/05 16:23:55 drh Exp $
*/
#include "sqliteInt.h"
#include <ctype.h>
-#include <math.h>
#include "vdbeInt.h"
/*
diff --git a/src/vdbemem.c b/src/vdbemem.c
index 58e294673..9da14dd32 100644
--- a/src/vdbemem.c
+++ b/src/vdbemem.c
@@ -16,7 +16,6 @@
** name sqlite_value
*/
#include "sqliteInt.h"
-#include <math.h>
#include <ctype.h>
#include "vdbeInt.h"