From: Angus Leeming Date: Fri, 27 Sep 2002 08:35:55 +0000 (+0000) Subject: Remove 1 more dependency. X-Git-Tag: 1.6.10~18227 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6db8f5945f45a0bd28a9f11d2ad4aad5acd961ac;p=lyx.git Remove 1 more dependency. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5349 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index ef8f7278cb..9b9968ce00 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,7 @@ +2002-09-26 Angus Leeming + + * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea. + 2002-09-25 Angus Leeming * Dialogs2.C: diff --git a/src/frontends/xforms/xscreen.h b/src/frontends/xforms/xscreen.h index a927df6c99..1b33554654 100644 --- a/src/frontends/xforms/xscreen.h +++ b/src/frontends/xforms/xscreen.h @@ -17,11 +17,10 @@ #pragma interface #endif -#include - #include "screen.h" +#include // for Pixmap, GC -#include "XWorkArea.h" +class XWorkArea; /** The class XScreen is used for the main Textbody. Concretely, the screen is held in a pixmap. This pixmap is kept up to