From 2fe5f35d48c5dc9fb372671a10ef78f75097b2ce Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 8 Sep 2003 09:59:30 +0000 Subject: [PATCH] small header tweaks git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7707 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 7 +++++++ src/mathed/math_cursor.C | 3 +-- src/mathed/math_gridinset.h | 2 +- src/mathed/math_kerninset.h | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 15334dea30..4b491832bd 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,10 @@ +2003-09-05 Jean-Marc Lasgouttes + + * math_kerninset.h: + * math_gridinset.h: include "lyxlength.h", not "vspace.h" + + * math_cursor.C: "lyxrc.h", not + 2003-09-08 Angus Leeming * formulabase.C: diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index e628f4237c..ff3cda14a8 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -11,8 +11,7 @@ #include -#include - +#include "lyxrc.h" #include "support/LAssert.h" #include "support/limited_stack.h" #include "debug.h" diff --git a/src/mathed/math_gridinset.h b/src/mathed/math_gridinset.h index f331000b17..d34834f60c 100644 --- a/src/mathed/math_gridinset.h +++ b/src/mathed/math_gridinset.h @@ -13,7 +13,7 @@ #define MATH_GRID_H #include "math_nestinset.h" -#include "vspace.h" +#include "lyxlength.h" #include "support/std_string.h" diff --git a/src/mathed/math_kerninset.h b/src/mathed/math_kerninset.h index 0437c393d0..7f89bd9f25 100644 --- a/src/mathed/math_kerninset.h +++ b/src/mathed/math_kerninset.h @@ -13,7 +13,7 @@ #define MATH_CHEATINSET_H #include "math_inset.h" -#include "vspace.h" +#include "lyxlength.h" #include "support/std_string.h" -- 2.39.2