From: Vadim Zeitlin Date: Thu, 26 Oct 2006 19:12:52 +0000 (+0000) Subject: no need to include wx/msw/mslu.h from here any more, wx/msw/wrapwin.h does what it... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2c614cac83a88952f4754e5cc53a9cb2873477b1 no need to include wx/msw/mslu.h from here any more, wx/msw/wrapwin.h does what it used to do now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index d79bbed42e..41209beb75 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -21,9 +21,6 @@ #include "wx/msw/microwin.h" #endif -// Include fixes for MSLU: -#include "wx/msw/mslu.h" - #include "wx/log.h" class WXDLLEXPORT wxFont;