Remove an unnecessary dependency.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33134 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-21 18:49:08 +00:00
parent b18bfcf3cc
commit 22efc89c79

View 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;