From 7e049a969261d315b56a5e80447b0c3f9b5f35b9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Mar 2014 20:10:11 +0000 Subject: [PATCH] Remove redundant forward declaration of wxCursor from wx/window.h. We include wx/cursor.h from wx/window.h anyhow (and can't avoid it as we have a member of wxCursor type in wxWindowBase). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/window.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/window.h b/include/wx/window.h index 16c745e365..928fb3780d 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -67,7 +67,6 @@ class WXDLLIMPEXP_FWD_CORE wxCaret; class WXDLLIMPEXP_FWD_CORE wxControl; -class WXDLLIMPEXP_FWD_CORE wxCursor; class WXDLLIMPEXP_FWD_CORE wxDC; class WXDLLIMPEXP_FWD_CORE wxDropTarget; class WXDLLIMPEXP_FWD_CORE wxLayoutConstraints;