]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/config.cpp
Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / common / config.cpp
index 0e176f4f89de5da6022b59192778963d252aea84..b5d811d8360ffdfbffdca6a26071e36bb41673c7 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/app.h"
 #endif //WX_PRECOMP
 
 #include "wx/arrstr.h"
 
 #if wxUSE_CONFIG && ((wxUSE_FILE && wxUSE_TEXTFILE) || wxUSE_CONFIG_NATIVE)
 
-#include "wx/app.h"
 #include "wx/file.h"
 #include "wx/utils.h"
 #include "wx/math.h"