mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Remove unused headers.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4215 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
70c2c0f819
commit
a8d4bcd2fa
@ -1,3 +1,9 @@
|
||||
2002-05-27 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* trans.C:
|
||||
* lyxfont.C:
|
||||
* lyxvc.C: remove unused headers
|
||||
|
||||
2002-05-26 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* Makefile.am:
|
||||
@ -7,8 +13,7 @@
|
||||
* undo_funcs.h:
|
||||
* undo_funcs.C: some cleanups. Use shared_ptr
|
||||
and a template for the undo stacks.
|
||||
|
||||
|
||||
|
||||
2002-05-26 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* BufferView_pimpl.h:
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "lyxrc.h"
|
||||
#include "lyxlex.h"
|
||||
#include "language.h"
|
||||
#include "frontends/font_loader.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "bufferparams.h" // stateText
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
#include "debug.h"
|
||||
#include "buffer.h"
|
||||
#include "BufferView.h"
|
||||
#include "gettext.h"
|
||||
#include "frontends/LyXView.h"
|
||||
#include "lyxfunc.h"
|
||||
#include "gettext.h"
|
||||
|
||||
#include "frontends/Alert.h"
|
||||
#include "frontends/LyXView.h"
|
||||
|
||||
#include "support/filetools.h"
|
||||
#include "support/lyxlib.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
#pragma implementation
|
||||
#endif
|
||||
|
||||
#include "frontends/LyXView.h"
|
||||
#include "trans.h"
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h"
|
||||
|
Loading…
Reference in New Issue
Block a user