]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/config.cpp
Include wx/memory.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / common / config.cpp
index 62c14b241460dfad2aee3b704207ef21d16dddef..2e1430356e94485980b2f345ebc5bc302c78a8f4 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/app.h"
+    #include "wx/utils.h"
 #endif //WX_PRECOMP
 
-#include "wx/log.h"
 #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"
 
 #include <stdlib.h>