summaryrefslogtreecommitdiff
path: root/core/commonheaders.h
blob: ab42690b2392be1bfa645c1192c486c6db093bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#ifndef COMMONHEADERS_H_INCLUDED
#define COMMONHEADERS_H_INCLUDED

/*// For compilers that support precompilation, includes "wx.h".
#include <wx/wxprec.h> */

/*
#ifdef __BORLANDC__
#pragma hdrstop
#endif

#ifndef WX_PRECOMP
// 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.hpp>
#include <boost/filesystem.hpp>
#include <ace/DLL.h>
#include <ace/DLL_Manager.h>

#include "../api/ec_pluginapi.h"
#include "services.h"
#include "modules.h"

#endif // COMMONHEADERS_H_INCLUDED