]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Finish the task of removing all cruft from the header files.
[lyx.git] / src / frontends / controllers / ChangeLog
index 34536819bd9e3d47d918a8af78490b0a44b61473..4d66f650f5bed402c472086e7678fee326b34742 100644 (file)
@@ -1,6 +1,31 @@
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * ButtonController.h:
+       * helper_funcs.h: remove #include "support/std_string.h".
+
+       * ControlBranch.h:
+       * ControlNote.h: remove #include "debug.h".
+
+       * ControlDocument.h: remove #include <vector>, "support/std_string.h".
+
+       * ControlErrorList.h:
+       * ControlThesaurus.h: remove #include <vector>.
+
+       * ControlPrefs.h: remove #include "funcrequest.h", <utility>.
+
+       * GUI.h: remove #include "BCView.h".
+
+       * tex_helpers.h: remove #include <utility>.
+
+2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * biblio.C:
+       * frnt_lang.C: re-add missing system headers, needed for 2.95.2.
+
 2003-09-05  Angus Leeming  <leeming@lyx.org>
 
        * GUI.h: ensure that the header file can be compiled stand-alone.
+       * *.C: strip out redundant #includes. (49 in total.)
 
 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>