mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
f79df3dc11
commit
2fe5f35d48
@ -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:
|
||||
|
@ -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"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define MATH_GRID_H
|
||||
|
||||
#include "math_nestinset.h"
|
||||
#include "vspace.h"
|
||||
#include "lyxlength.h"
|
||||
#include "support/std_string.h"
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define MATH_CHEATINSET_H
|
||||
|
||||
#include "math_inset.h"
|
||||
#include "vspace.h"
|
||||
#include "lyxlength.h"
|
||||
#include "support/std_string.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user