]> git.lyx.org Git - features.git/commitdiff
Remove unused headers.
authorJohn Levon <levon@movementarian.org>
Mon, 27 May 2002 00:41:32 +0000 (00:41 +0000)
committerJohn Levon <levon@movementarian.org>
Mon, 27 May 2002 00:41:32 +0000 (00:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4215 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lyxfont.C
src/lyxvc.C
src/trans.C

index c834a662114c761b17659e29cb2c11e8b6565790..50291ac037cd795bfea4715b56d172e382f723b1 100644 (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:
@@ -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:
index 67c9241ffe37ef7086c8c3444030157a146f9474..447ce9873112c8f825e9f243bcecf9ef11c8eeec 100644 (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
 
index 98c8edd01061d0586a5b18d8c9a4af457c38ba22..4ac6398c5f34350b19aa8708b5ac90cb2d64d3f8 100644 (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"
index 7fee999c8ff381540ef6498102087378f657ef5b..f04b355224dad0ee204915d86f4e477f6586efce 100644 (file)
@@ -4,7 +4,6 @@
 #pragma implementation
 #endif
 
-#include "frontends/LyXView.h"
 #include "trans.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"