From 542e68c71931c7a83b75a0f1db4558f5c8fdb570 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Mon, 9 Jun 2003 17:33:39 +0000 Subject: [PATCH] Moved include to wx/module.h out of #ifndef WX_PRECOMP. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/dc.cpp | 2 +- src/os2/toplevel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" // ---------------------------------------------------------------------------- -- 2.45.2