From: Richard Heck Date: Thu, 21 Jan 2010 18:49:08 +0000 (+0000) Subject: Remove an unnecessary dependency. X-Git-Tag: 2.0.0~4290 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=22efc89c79d1644312883b5b663b33f2b590ec67;p=features.git Remove an unnecessary dependency. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33134 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Paragraph.h b/src/Paragraph.h index 06c3cfb1e8..35c149fbc1 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -17,7 +17,7 @@ #define PARAGRAPH_H #include "FontEnums.h" -#include "Layout.h" +//#include "Layout.h" #include "insets/InsetCode.h" @@ -42,6 +42,7 @@ class LaTeXFeatures; class Inset_code; class InsetList; class Language; +class Layout; class Font; class Font_size; class MetricsInfo;