From: Paul Cornett Date: Mon, 23 Oct 2006 00:50:52 +0000 (+0000) Subject: non-pch build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ab9f9e7136e3300ddd01a1ae6c3861fa3d5656c0?ds=sidebyside non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/stdpaths.cpp b/src/unix/stdpaths.cpp index cce3dc9eb1..06a2e30781 100644 --- a/src/unix/stdpaths.cpp +++ b/src/unix/stdpaths.cpp @@ -26,14 +26,14 @@ #if wxUSE_STDPATHS +#include "wx/stdpaths.h" + #ifndef WX_PRECOMP - #include "wx/app.h" + #include "wx/utils.h" #endif //WX_PRECOMP #include "wx/filename.h" -#include "wx/stdpaths.h" - #if defined( __LINUX__ ) || defined( __VMS ) #include #endif