X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3abcfa9b7f9be013f6d2eea91f524710c7fc69fe..3fd732098c356b261d12aa6d3102b4b20011b958:/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 <unistd.h>
 #endif