summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x_mmap/src/stdafx.h')
-rw-r--r--plugins/Db3x_mmap/src/stdafx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/src/stdafx.h b/plugins/Db3x_mmap/src/stdafx.h
index 354696969d..1c2844a671 100644
--- a/plugins/Db3x_mmap/src/stdafx.h
+++ b/plugins/Db3x_mmap/src/stdafx.h
@@ -65,8 +65,6 @@ struct CMPlugin : public PLUGIN<CMPlugin>
extern LIST<CDb3Mmap> g_Dbs;
extern DBSignature dbSignatureU, dbSignatureE, dbSignatureIM, dbSignatureSA, dbSignatureSD;
-#include "ui.h"
-
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
#else