From b50a786c2758a34eff01a491ef103bd5a053ba90 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 19 Oct 2010 05:17:48 +0300 Subject: do not use wxwidgets in core, boost and ace choosen for core development --- core/commonheaders.h | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'core/commonheaders.h') diff --git a/core/commonheaders.h b/core/commonheaders.h index 7fff543..ab42690 100644 --- a/core/commonheaders.h +++ b/core/commonheaders.h @@ -1,9 +1,10 @@ #ifndef COMMONHEADERS_H_INCLUDED #define COMMONHEADERS_H_INCLUDED -// For compilers that support precompilation, includes "wx.h". -#include +/*// For compilers that support precompilation, includes "wx.h". +#include */ +/* #ifdef __BORLANDC__ #pragma hdrstop #endif @@ -12,18 +13,24 @@ // Include your minimal set of headers here, or wx.h #include #endif - +*/ +/* #include #include #include #include #include +*/ + #include -#include +//#include +#include +#include +#include +#include -#include "compatibility.h" -#include "../api/pluginapi.h" +#include "../api/ec_pluginapi.h" #include "services.h" #include "modules.h" -- cgit v1.2.3