From e7262344d087273860d409d68ef763f2c37cd5e0 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Mon, 9 Jun 2003 16:35:12 +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@21020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os2/settings.cpp b/src/os2/settings.cpp index 4c70221cb8..47b35142a9 100644 --- a/src/os2/settings.cpp +++ b/src/os2/settings.cpp @@ -18,9 +18,9 @@ #include "wx/pen.h" #include "wx/brush.h" #include "wx/gdicmn.h" -#include "wx/module.h" #endif +#include "wx/module.h" #include "wx/settings.h" #include "wx/window.h" #include "wx/os2/private.h" -- 2.45.2