]> git.saurik.com Git - wxWidgets.git/commitdiff
wx/window.h not needed
authorPaul Cornett <paulcor@bullseye.com>
Tue, 24 Oct 2006 16:43:45 +0000 (16:43 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 24 Oct 2006 16:43:45 +0000 (16:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/private/overlay.h

index c38ed99036521b13e1ea31d8ef9a9b930d20c68e..a811441fbf157b594eb49f64788f442129ec8f82 100644 (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