]> git.lyx.org Git - features.git/blobdiff - src/lyxparagraph.h
do not include language.h and gettext.h in lyxfont.h and lyxparagraph.h
[features.git] / src / lyxparagraph.h
index 6d7f0fad7e18d70022c272e2c356aa0a3c279002..c1e9cd7cef8f7ef4eb82428af7256d54c982a85e 100644 (file)
@@ -23,7 +23,6 @@
 #include <boost/array.hpp>
 
 #include "insets/lyxinset.h"
-#include "language.h"
 #include "ParagraphParameters.h"
 
 class BufferParams;
@@ -32,6 +31,7 @@ class TexRow;
 struct LaTeXFeatures;
 class InsetBibKey;
 class BufferView;
+class Language;
 
 // I dare you to enable this and help me find all the bugs that then show
 // up. (Lgb)