]> git.saurik.com Git - wxWidgets.git/commitdiff
Moved include to wx/module.h out of #ifndef WX_PRECOMP.
authorStefan Neis <Stefan.Neis@t-online.de>
Mon, 9 Jun 2003 17:33:39 +0000 (17:33 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Mon, 9 Jun 2003 17:33:39 +0000 (17:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/dc.cpp
src/os2/toplevel.cpp

index 9715d7754c2a960649f572d0faa61814257a6703..b3532167a849955e8831bec9e636ec81b4d98cfe 100644 (file)
     #include "wx/log.h"
     #include "wx/icon.h"
     #include "wx/msgdlg.h"
-    #include "wx/module.h"
 #if wxUSE_STATUSBAR
     #include "wx/statusbr.h"
 #endif
 #endif
 
+#include "wx/module.h"
 #include "wx/dcprint.h"
 
 #include <string.h>
index 3fbed4f75574c1ce423e0228d4d63101fe214749..3d292873a0cdb7ec1fea70c9b9a35151d0fe11e0 100644 (file)
@@ -37,9 +37,9 @@
     #include "wx/frame.h"
     #include "wx/control.h"
     #include "wx/containr.h"        // wxSetFocusToChild()
-    #include "wx/module.h"        // wxSetFocusToChild()
 #endif //WX_PRECOMP
 
+#include "wx/module.h"        // wxSetFocusToChild()
 #include "wx/os2/private.h"
 
 // ----------------------------------------------------------------------------