summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x_mmap/commonheaders.h')
-rw-r--r--plugins/Db3x_mmap/commonheaders.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Db3x_mmap/commonheaders.h b/plugins/Db3x_mmap/commonheaders.h
index dd796f9b48..7dc31a1615 100644
--- a/plugins/Db3x_mmap/commonheaders.h
+++ b/plugins/Db3x_mmap/commonheaders.h
@@ -44,18 +44,16 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <newpluginapi.h>
#include <win2k.h>
#include <m_system.h>
+#include <m_system_cpp.h>
#include <m_database.h>
#include <m_langpack.h>
#include <m_utils.h>
#include "database.h"
+#include "dbintf.h"
#include "resource.h"
#include "version.h"
-extern CRITICAL_SECTION csDbAccess;
-extern struct DBHeader dbHeader;
-extern HANDLE hDbFile;
-
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
#else