From 4a38127bf0ab6b83ed7ee005be7e0db25af6561d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Apr 2002 23:51:52 +0000 Subject: [PATCH] replaced unnecessary #include with a forward decl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/cursor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/msw/cursor.h b/include/wx/msw/cursor.h index e3b5d0cc79..8b1c63a172 100644 --- a/include/wx/msw/cursor.h +++ b/include/wx/msw/cursor.h @@ -12,8 +12,6 @@ #ifndef _WX_CURSOR_H_ #define _WX_CURSOR_H_ -#include "wx/image.h" - #ifdef __GNUG__ #pragma interface "cursor.h" #endif @@ -36,6 +34,8 @@ #define wxCursorBase wxGDIImage #endif +class WXDLLEXPORT wxImage; + class WXDLLEXPORT wxCursorRefData : public wxCursorRefDataBase { public: -- 2.45.2