]> git.lyx.org Git - features.git/commitdiff
Remove an unnecessary dependency.
authorRichard Heck <rgheck@comcast.net>
Thu, 21 Jan 2010 18:49:08 +0000 (18:49 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 21 Jan 2010 18:49:08 +0000 (18:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33134 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.h

index 06c3cfb1e8ef5cb1746f5dd6edd67b2fe27972d1..35c149fbc1cca91b663525cb43c1c08ba34864af 100644 (file)
@@ -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;