]> git.lyx.org Git - features.git/commitdiff
More headers.
authorRichard Heck <rgheck@comcast.net>
Fri, 22 Feb 2008 03:39:10 +0000 (03:39 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 22 Feb 2008 03:39:10 +0000 (03:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23119 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetLayout.cpp
src/insets/InsetLayout.h

index e9219740b295e6321eba12bde853f26a7ee2fdc1..a9d3e06fe4a8ec3633d39c2bec2e2674fba140a5 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "Color.h"
 #include "Font.h"
+#include "Lexer.h"
 #include "support/lstrings.h"
 
 #include <vector>
index 477b0c2609eb4a4e11e4fb58acaa07d762aabcf5..21d11a6f3a5c1ba71d2accd3b8e646d9932168a7 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "ColorCode.h"
 #include "FontInfo.h"
-#include "Lexer.h"
 
 #include "support/docstring.h"
 
@@ -24,6 +23,8 @@
 
 namespace lyx {
 
+class Lexer;
+       
 ///
 class InsetLayout {
 public: