Don't depend on wx/dcmemory.h to include wx/dcclient.h for wxPaintDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-07-21 18:57:04 +00:00
parent e3b108b80c
commit aeb500e64c
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#endif
#include "wx/dcmemory.h"
#include "wx/dcclient.h"
// ==============================================================

View File

@ -24,6 +24,7 @@
#ifndef WX_PRECOMP
#include "wx/dcmemory.h"
#include "wx/dcclient.h"
#endif
#include "wx/splash.h"