summaryrefslogtreecommitdiff
path: root/core/commonheaders.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-19 05:17:48 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-19 05:17:48 +0300
commitb50a786c2758a34eff01a491ef103bd5a053ba90 (patch)
treeecc804a103e8154cf29765d2bfa28be99ef5e031 /core/commonheaders.h
parenta5b11748c6b322a245b2d2352979bf199aa31afd (diff)
do not use wxwidgets in core, boost and ace choosen for core development
Diffstat (limited to 'core/commonheaders.h')
-rw-r--r--core/commonheaders.h19
1 files changed, 13 insertions, 6 deletions
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 <wx/wxprec.h>
+/*// For compilers that support precompilation, includes "wx.h".
+#include <wx/wxprec.h> */
+/*
#ifdef __BORLANDC__
#pragma hdrstop
#endif
@@ -12,18 +13,24 @@
// Include your minimal set of headers here, or wx.h
#include <wx/wx.h>
#endif
-
+*/
+/*
#include <wx/dynlib.h>
#include <wx/dir.h>
#include <wx/log.h>
#include <wx/stdpaths.h>
#include <wx/thread.h>
+*/
+
#include <list>
-#include <boost/thread/mutex.hpp>
+//#include <boost/thread/mutex.hpp>
+#include <boost/thread.hpp>
+#include <boost/filesystem.hpp>
+#include <ace/DLL.h>
+#include <ace/DLL_Manager.h>
-#include "compatibility.h"
-#include "../api/pluginapi.h"
+#include "../api/ec_pluginapi.h"
#include "services.h"
#include "modules.h"