summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA/src/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/commonheaders.h')
-rw-r--r--plugins/Dbx_mmap_SA/src/commonheaders.h21
1 files changed, 1 insertions, 20 deletions
diff --git a/plugins/Dbx_mmap_SA/src/commonheaders.h b/plugins/Dbx_mmap_SA/src/commonheaders.h
index b1e5602a90..b454148bc7 100644
--- a/plugins/Dbx_mmap_SA/src/commonheaders.h
+++ b/plugins/Dbx_mmap_SA/src/commonheaders.h
@@ -23,42 +23,23 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define _CRT_SECURE_NO_WARNINGS
-#define MIRANDA_VER 0x0A00
-
#define _WIN32_WINNT 0x0501
-#include "m_stdhdr.h"
-
-//windows headers
#include <windows.h>
#include <shlobj.h>
-#include <commctrl.h>
-
-#include <stdio.h>
-#include <string.h>
#include <time.h>
-#include <stddef.h>
#include <process.h>
-#include <io.h>
-#include <string.h>
-#include <direct.h>
-#include <crtdbg.h>
#include <memory>
-//miranda headers
#include <newpluginapi.h>
#include <win2k.h>
-#include <m_system.h>
#include <m_system_cpp.h>
#include <m_database.h>
-#include <m_db_int.h>
#include <m_langpack.h>
-#include <m_utils.h>
#include <m_options.h>
#include <m_skin.h>
-//non-official miranda-plugins sdk
-#include "m_folders.h"
+#include <m_folders.h>
//own headers
#include "dbintf_sa.h"