non-pch build fix after r78134
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3cb2392abc
commit
ff4af7693e
5 changed files with 1 additions and 9 deletions
|
|
@ -11,9 +11,8 @@
|
|||
#ifndef _WX_CURSOR_H_BASE_
|
||||
#define _WX_CURSOR_H_BASE_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#include "wx/gdiobj.h"
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
// Under most ports, wxCursor derives directly from wxGDIObject, but in wxMSW
|
||||
// there is an intermediate wxGDIImage class.
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@
|
|||
#ifndef _WX_DFB_CURSOR_H_
|
||||
#define _WX_DFB_CURSOR_H_
|
||||
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxBitmap;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -9,9 +9,6 @@
|
|||
#ifndef _WX_GTK_CURSOR_H_
|
||||
#define _WX_GTK_CURSOR_H_
|
||||
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxColour;
|
||||
class WXDLLIMPEXP_FWD_CORE wxImage;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
#ifndef _WX_QT_CURSOR_H_
|
||||
#define _WX_QT_CURSOR_H_
|
||||
|
||||
#include "wx/gdicmn.h"
|
||||
#include "wx/image.h"
|
||||
|
||||
#include <QtGui/QCursor>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
#ifndef _WX_CURSOR_H_
|
||||
#define _WX_CURSOR_H_
|
||||
|
||||
#include "wx/gdicmn.h"
|
||||
#include "wx/colour.h"
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxImage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue