]> git.lyx.org Git - features.git/commitdiff
small header tweaks
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Sep 2003 09:59:30 +0000 (09:59 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Sep 2003 09:59:30 +0000 (09:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7707 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_cursor.C
src/mathed/math_gridinset.h
src/mathed/math_kerninset.h

index 15334dea302f4bf3f0f5abc769f828cdf937117e..4b491832bdddc792f1aa67baf71fd1c9f24635ca 100644 (file)
@@ -1,3 +1,10 @@
+2003-09-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_kerninset.h: 
+       * math_gridinset.h: include "lyxlength.h", not "vspace.h"
+
+       * math_cursor.C: "lyxrc.h", not <lyxrc.h>
+
 2003-09-08  Angus Leeming  <leeming@lyx.org>
 
        * formulabase.C:
index e628f4237cf23a4540de295cb7efc0a864cdbeb8..ff3cda14a85955527caa61b0985bf12bdc7faf42 100644 (file)
@@ -11,8 +11,7 @@
 
 #include <config.h>
 
-#include <lyxrc.h>
-
+#include "lyxrc.h"
 #include "support/LAssert.h"
 #include "support/limited_stack.h"
 #include "debug.h"
index f331000b174673c743f8f7574dd5d5afb1d81c31..d34834f60ccc83de11f011116c6777add197ac94 100644 (file)
@@ -13,7 +13,7 @@
 #define MATH_GRID_H
 
 #include "math_nestinset.h"
-#include "vspace.h"
+#include "lyxlength.h"
 #include "support/std_string.h"
 
 
index 0437c393d0f511cd9c12bb0e8a368212cd591331..7f89bd9f25ddcc920c326beddc33192a6d95aad0 100644 (file)
@@ -13,7 +13,7 @@
 #define MATH_CHEATINSET_H
 
 #include "math_inset.h"
-#include "vspace.h"
+#include "lyxlength.h"
 #include "support/std_string.h"