diff options
Diffstat (limited to 'plugins/Db3x/dbcache.cpp')
-rw-r--r-- | plugins/Db3x/dbcache.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Db3x/dbcache.cpp b/plugins/Db3x/dbcache.cpp index 9e8cbc7a76..10d34e1ec3 100644 --- a/plugins/Db3x/dbcache.cpp +++ b/plugins/Db3x/dbcache.cpp @@ -22,15 +22,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "commonheaders.h"
-#include "database.h"
-
#define CACHESECTIONSIZE 4096
#define CACHESECTIONCOUNT 32
-extern HANDLE hDbFile;
-extern CRITICAL_SECTION csDbAccess;
-
static BOOL safetyMode=TRUE;
static PBYTE pDbCache;
static DWORD lastUseCounter;
|