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:
John Levon 2002-05-27 00:41:32 +00:00
parent 70c2c0f819
commit a8d4bcd2fa
4 changed files with 9 additions and 6 deletions

View File

@ -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:
@ -8,7 +14,6 @@
* 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:

View File

@ -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

View File

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

View File

@ -4,7 +4,6 @@
#pragma implementation
#endif
#include "frontends/LyXView.h"
#include "trans.h"
#include "support/filetools.h"
#include "support/lstrings.h"