]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
Added wxRenderer method for drawing selection
[wxWidgets.git] / src / motif / app.cpp
index d6c6206c93fe9474dc1009a6b4d4b1beabcf6a2a..5ed71e7572d6665c5cbb66d9b9b201276da65cc4 100644 (file)
 #endif
 
 #include "wx/app.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/hash.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
+#endif
+
 #include "wx/utils.h"
 #include "wx/module.h"
 #include "wx/memory.h"
-#include "wx/log.h"
-#include "wx/intl.h"
 #include "wx/evtloop.h"
-#include "wx/hash.h"
 
 #if wxUSE_THREADS
     #include "wx/thread.h"