1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-22 22:13:04 +03:00

Including os2safe.h from os_os2.c is no longer necessary (now that it's including from os.h) (CVS 4148)

FossilOrigin-Name: 6432bbe1c1db1d31bd0057d99a9d6b6a428d8ffc
This commit is contained in:
pweilbacher
2007-06-30 16:30:39 +00:00
parent 3f61bc79ae
commit 2b9ca8d3e4
3 changed files with 7 additions and 12 deletions

View File

@@ -13,11 +13,6 @@
** This file contains code that is specific to OS/2.
*/
#if (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ >= 3) && defined(OS2_HIGH_MEMORY)
/* os2safe.h has to be included before os2.h, needed for high mem */
#include <os2safe.h>
#endif
#include "sqliteInt.h"
#include "os.h"