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

src/insets/InsetCollapsable.cpp
src/insets/InsetCollapsable.h

index 46aff94a0d395cf82ecccf5b1abfebefd6f7fc33..b979c9a251886fc0c08c3842daba650776f60f97 100644 (file)
@@ -22,6 +22,7 @@
 #include "DispatchResult.h"
 #include "FloatList.h"
 #include "FuncStatus.h"
+#include "InsetLayout.h"
 #include "Language.h"
 #include "LaTeXFeatures.h"
 #include "Lexer.h"
index 58666bfe19c8034273a344713b52898b0c508ec7..22ca612f3ba32d021aa3a00099b88796a3173374 100644 (file)
@@ -15,7 +15,6 @@
 #define INSETCOLLAPSABLE_H
 
 #include "Inset.h"
-#include "InsetLayout.h"
 #include "InsetText.h"
 
 #include "Box.h"