From 7748d1a09c58cf6eb608543e802a52c0e356d61e Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 30 Nov 2002 20:16:14 +0000 Subject: forward declare fluxboxwindow and tab --- src/fluxbox.hh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/fluxbox.hh b/src/fluxbox.hh index b6ac9b7..0d446d8 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.33 2002/11/27 21:59:25 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.34 2002/11/30 20:16:14 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH @@ -30,10 +30,7 @@ #include "Resource.hh" #include "Keys.hh" #include "BaseDisplay.hh" -#include "Image.hh" #include "Timer.hh" -#include "Window.hh" -#include "Tab.hh" #include "Toolbar.hh" #include "Observer.hh" @@ -71,6 +68,8 @@ #include class AtomHandler; +class FluxboxWindow; +class Tab; /** main class for the window manager. -- cgit v0.11.2