aboutsummaryrefslogtreecommitdiff
path: root/src/test9.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2007-08-21 10:44:15 +0000
committerdrh <drh@noemail.net>2007-08-21 10:44:15 +0000
commit29278e3dbb1873330cbb6203d934048b281cf2e9 (patch)
tree5dac1610c2b7b46018e806594f5d2e20a3781cc6 /src/test9.c
parenta2451e225541319456d28131f661783f16d5799f (diff)
downloadsqlite-29278e3dbb1873330cbb6203d934048b281cf2e9.tar.gz
sqlite-29278e3dbb1873330cbb6203d934048b281cf2e9.zip
Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)
FossilOrigin-Name: fbbd5bda544ffec4e1b43407b12e546235dc7873
Diffstat (limited to 'src/test9.c')
-rw-r--r--src/test9.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test9.c b/src/test9.c
index f2ba5e7f6..1e92245ff 100644
--- a/src/test9.c
+++ b/src/test9.c
@@ -14,11 +14,10 @@
** for completeness. Test code is written in C for these cases
** as there is not much point in binding to Tcl.
**
-** $Id: test9.c,v 1.3 2007/04/23 23:56:32 drh Exp $
+** $Id: test9.c,v 1.4 2007/08/21 10:44:16 drh Exp $
*/
#include "sqliteInt.h"
#include "tcl.h"
-#include "os.h"
#include <stdlib.h>
#include <string.h>