remove unneccessary header dependencies on wx/thread.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,18 +32,14 @@
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#include "wx/evtloop.h"
|
||||
|
||||
|
||||
#include "wx/thread.h"
|
||||
#include "wx/except.h"
|
||||
#include "wx/ptr_scpd.h"
|
||||
|
||||
#include "wx/msw/private.h"
|
||||
|
||||
#if wxUSE_GUI
|
||||
#include "wx/tooltip.h"
|
||||
#if wxUSE_THREADS
|
||||
#include "wx/thread.h"
|
||||
|
||||
// define the list of MSG strutures
|
||||
WX_DECLARE_LIST(MSG, wxMsgList);
|
||||
|
||||
|
Reference in New Issue
Block a user