X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..6e204d57c44bdaaace6b0a45409c00a2af43d8ab:/src/gtk1/threadno.cpp diff --git a/src/gtk1/threadno.cpp b/src/gtk1/threadno.cpp index deb4a9251c..67d932e80a 100644 --- a/src/gtk1/threadno.cpp +++ b/src/gtk1/threadno.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: thread.cpp +// Name: src/gtk1/thread.cpp // Purpose: Solaris thread support // Author: Guilhem Lavaux // Modified by: @@ -13,9 +13,13 @@ #include "wx/wxprec.h" #include "wx/thread.h" -#include "wx/wx.h" + +#ifndef WX_PRECOMP + #include "wx/wx.h" + #include "wx/log.h" +#endif + #include "wx/module.h" -#include "wx/log.h" wxMutex::wxMutex() {