]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/module.cpp
removed wxIsLoggingEnabled() as it could create the log target as an unwanted side...
[wxWidgets.git] / src / common / module.cpp
index e4eb228f237caa3550aba9866f56777efeef566e..961d478d933c55cb1036e3da6210d90cc8ba2e03 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/module.h"
+
 #ifndef WX_PRECOMP
     #include "wx/hash.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
 #endif
 
-#include "wx/module.h"
-#include "wx/intl.h"
-#include "wx/log.h"
 #include "wx/listimpl.cpp"
 
 #define TRACE_MODULE _T("module")