aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.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/os_unix.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/os_unix.c')
-rw-r--r--src/os_unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 0544e071c..a268f28bc 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -13,7 +13,6 @@
** This file contains code that is specific to Unix systems.
*/
#include "sqliteInt.h"
-#include "os.h"
#if OS_UNIX /* This file is used on unix only */
/* #define SQLITE_ENABLE_LOCKING_STYLE 0 */