aboutsummaryrefslogtreecommitdiff
path: root/src/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc.c')
-rw-r--r--src/malloc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/malloc.c b/src/malloc.c
index adafe3daf..3f9466cb7 100644
--- a/src/malloc.c
+++ b/src/malloc.c
@@ -12,10 +12,9 @@
** Memory allocation functions used throughout sqlite.
**
**
-** $Id: malloc.c,v 1.6 2007/08/16 10:09:03 danielk1977 Exp $
+** $Id: malloc.c,v 1.7 2007/08/21 10:44:16 drh Exp $
*/
#include "sqliteInt.h"
-#include "os.h"
#include <stdarg.h>
#include <ctype.h>