X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..345bdf13c073dde5f81ff8b91640232dd09445ee:/src/gtk/threadno.cpp diff --git a/src/gtk/threadno.cpp b/src/gtk/threadno.cpp index 8907b7d39d..deb4a9251c 100644 --- a/src/gtk/threadno.cpp +++ b/src/gtk/threadno.cpp @@ -9,16 +9,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "thread.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#include "wx/thread.h" #include "wx/wx.h" #include "wx/module.h" -#include "wx/thread.h" #include "wx/log.h" wxMutex::wxMutex()