X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d31c13865c0254b2f4c784677f8537b1e81593f..20193f1dab3557274a4e9cef76ad20199f7b9fef:/src/gtk/threadsgi.cpp diff --git a/src/gtk/threadsgi.cpp b/src/gtk/threadsgi.cpp index 10945b3900..6f602b3324 100644 --- a/src/gtk/threadsgi.cpp +++ b/src/gtk/threadsgi.cpp @@ -18,6 +18,9 @@ #include #include #include +#include "wx/thread.h" +#include "wx/module.h" +#include "wx/utils.h" enum thread_state { STATE_IDLE = 0, @@ -30,8 +33,6 @@ enum thread_state { // Static variables ///////////////////////////////////////////////////////////////////////////// -#include "wx/thread.h" - static int p_mainid; wxMutex wxMainMutex;