From: Abdelrazak Younes Date: Fri, 15 Jun 2007 13:53:02 +0000 (+0000) Subject: header cleanup. X-Git-Tag: 1.6.10~9381 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=49ed75f91278578a2dd230cd94e3cc17ef512020;p=features.git header cleanup. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18785 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/WorkArea.cpp b/src/frontends/WorkArea.cpp index 0190e2d23a..a7f6e3bad7 100644 --- a/src/frontends/WorkArea.cpp +++ b/src/frontends/WorkArea.cpp @@ -20,7 +20,6 @@ #include "FuncRequest.h" #include "LyXFunc.h" -#include "Painter.h" #include "BufferView.h" #include "Buffer.h" @@ -32,12 +31,9 @@ #include "Color.h" #include "Font.h" #include "LyXRC.h" -#include "Row.h" #include "Text.h" #include "LyXView.h" #include "MetricsInfo.h" -#include "Paragraph.h" -#include "rowpainter.h" #include "gettext.h" #include "support/ForkedcallsController.h"