small header tweaks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7707 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-09-08 09:59:30 +00:00
parent f79df3dc11
commit 2fe5f35d48
4 changed files with 10 additions and 4 deletions

View 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:

View 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"

View File

@ -13,7 +13,7 @@
#define MATH_GRID_H
#include "math_nestinset.h"
#include "vspace.h"
#include "lyxlength.h"
#include "support/std_string.h"

View File

@ -13,7 +13,7 @@
#define MATH_CHEATINSET_H
#include "math_inset.h"
#include "vspace.h"
#include "lyxlength.h"
#include "support/std_string.h"