diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index 35f36661b..35272048a 100644 --- a/src/main.c +++ b/src/main.c @@ -14,10 +14,9 @@ ** other files are for internal use by SQLite and should not be ** accessed by users of the library. ** -** $Id: main.c,v 1.521 2009/01/10 16:15:22 drh Exp $ +** $Id: main.c,v 1.522 2009/01/20 16:53:41 danielk1977 Exp $ */ #include "sqliteInt.h" -#include <ctype.h> #ifdef SQLITE_ENABLE_FTS3 # include "fts3.h" |