From a8d4bcd2fa1d9d7055c80e9d5dd8d7dab6ef3ed3 Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 27 May 2002 00:41:32 +0000 Subject: [PATCH] Remove unused headers. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4215 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 9 +++++++-- src/lyxfont.C | 1 - src/lyxvc.C | 4 ++-- src/trans.C | 1 - 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index c834a66211..50291ac037 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2002-05-27 John Levon + + * trans.C: + * lyxfont.C: + * lyxvc.C: remove unused headers + 2002-05-26 John Levon * 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 * BufferView_pimpl.h: diff --git a/src/lyxfont.C b/src/lyxfont.C index 67c9241ffe..447ce98731 100644 --- a/src/lyxfont.C +++ b/src/lyxfont.C @@ -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 diff --git a/src/lyxvc.C b/src/lyxvc.C index 98c8edd010..4ac6398c5f 100644 --- a/src/lyxvc.C +++ b/src/lyxvc.C @@ -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" diff --git a/src/trans.C b/src/trans.C index 7fee999c8f..f04b355224 100644 --- a/src/trans.C +++ b/src/trans.C @@ -4,7 +4,6 @@ #pragma implementation #endif -#include "frontends/LyXView.h" #include "trans.h" #include "support/filetools.h" #include "support/lstrings.h"