X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3abcfa9b7f9be013f6d2eea91f524710c7fc69fe..478db4fc86449294bb28500b646c0825d1c2655a:/src/unix/stdpaths.cpp 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