mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)
FossilOrigin-Name: fbbd5bda544ffec4e1b43407b12e546235dc7873
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user