]> git.lyx.org Git - features.git/commitdiff
added #include "LString.h" where they belong.
authorAngus Leeming <leeming@lyx.org>
Fri, 25 Jan 2002 19:07:34 +0000 (19:07 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 25 Jan 2002 19:07:34 +0000 (19:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3436 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlAboutlyx.h
src/frontends/controllers/ControlTexinfo.h

index 1f37f1946e8bf6a7a745c63c2599727437e788d5..f33918b6ec64fddb342aa88e787f7100378223f7 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlAboutlyx.h:
+       * ControlTexinfo.h: added #include "LString.h" where they belong.
+
 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ControlCitation.C:
index ea793cd738226a0e0761db5ffc568daa77ec868a..1b921b67ee3f506641ef3750bcbd311c2aed87f2 100644 (file)
 #ifndef CONTROLABOUTLYX_H
 #define CONTROLABOUTLYX_H
 
-#include "Lsstream.h"
-
 #ifdef __GNUG__
 #pragma interface
 #endif
 
 #include "ControlDialog_impl.h"
+#include "Lsstream.h"
+#include "LString.h"
 
 /** A controller for the About LyX dialogs.
  */
index 574954731a83a737cfee0f324e0fd5f3bdc18341..72b7c5ab32da4103b53800ee2ac6f806639b35a5 100644 (file)
@@ -20,6 +20,7 @@
 #endif
 
 #include "ControlDialog_impl.h"
+#include "LString.h"
 
 /** A controller for Texinfo dialogs. */