]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
added operator[] for STL builds
[wxWidgets.git] / src / motif / app.cpp
index d6c6206c93fe9474dc1009a6b4d4b1beabcf6a2a..278ceb911d0c511458355828a02ec7d2a0f7bc1d 100644 (file)
 #endif
 
 #include "wx/app.h"
-#include "wx/utils.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/hash.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/utils.h"
+#endif
+
 #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"