wx/window.h not needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2006-10-24 16:43:45 +00:00
parent 459dbfc0f1
commit 132025f344

View File

@ -27,7 +27,8 @@
#else // !wxHAS_NATIVE_OVERLAY
#include "wx/bitmap.h"
#include "wx/window.h"
class WXDLLIMPEXP_CORE wxWindow;
// generic implementation of wxOverlay
class wxOverlayImpl