compiled fixes for builds without PCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2007-01-24 13:42:46 +00:00
parent bb8bd6ef8a
commit 23205be83c
11 changed files with 26 additions and 2 deletions

View File

@ -12,11 +12,12 @@
#define _WX_DFB_PRIVATE_OVERLAY_H_
#include "wx/dfb/dfbptr.h"
#include "wx/gdicmn.h"
wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
class WXDLLEXPORT wxWindow;
class WXDLLIMPEXP_CORE wxWindow;
class WXDLLIMPEXP_CORE wxwindowDC;
class wxOverlayImpl
{

View File

@ -12,6 +12,8 @@
#define _WX_DFB_WRAPDFB_H_
#include "wx/dfb/dfbptr.h"
#include "wx/gdicmn.h"
#include "wx/vidmode.h"
#include <directfb.h>

View File

@ -34,6 +34,7 @@
#include "wx/button.h"
#include "wx/settings.h"
#include "wx/dcmemory.h"
#include "wx/dcclient.h"
#include "wx/stattext.h"
#include "wx/intl.h"
#include "wx/textdlg.h"

View File

@ -25,6 +25,7 @@
#ifndef WX_PRECOMP
#include "wx/dc.h"
#include "wx/dcmemory.h"
#include "wx/log.h"
#endif

View File

@ -27,6 +27,7 @@
#ifndef WX_PRECOMP
#include "wx/window.h"
#include "wx/nonownedwnd.h"
#endif
#include "wx/dfb/private.h"

View File

@ -16,6 +16,11 @@
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/log.h"
#endif
#include "wx/fileconf.h"
#include "wx/filename.h"
#include "wx/tokenzr.h"

View File

@ -23,6 +23,11 @@
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/window.h"
#include "wx/dcclient.h"
#endif
#include "wx/private/overlay.h"
#include "wx/dfb/private.h"

View File

@ -28,6 +28,7 @@
#ifndef WX_PRECOMP
#include "wx/dcclient.h"
#include "wx/nonownedwnd.h"
#endif
#include "wx/caret.h"

View File

@ -15,6 +15,11 @@
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#endif
#include "wx/dfb/wrapdfb.h"
//-----------------------------------------------------------------------------

View File

@ -32,6 +32,7 @@
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/dcmemory.h"
#include "wx/dcclient.h"
#include "wx/window.h"
#include "wx/menu.h"

View File

@ -35,6 +35,7 @@
#include "wx/window.h"
#include "wx/dcmemory.h"
#include "wx/dcclient.h"
#include "wx/button.h"
#include "wx/bmpbuttn.h"