diff --git a/src/os2/dc.cpp b/src/os2/dc.cpp index 9715d7754c..b3532167a8 100644 --- a/src/os2/dc.cpp +++ b/src/os2/dc.cpp @@ -23,12 +23,12 @@ #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 diff --git a/src/os2/toplevel.cpp b/src/os2/toplevel.cpp index 3fbed4f755..3d292873a0 100644 --- a/src/os2/toplevel.cpp +++ b/src/os2/toplevel.cpp @@ -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" // ----------------------------------------------------------------------------