replaced unnecessary #include with a forward decl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
90d0ab3443
commit
4a38127bf0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user