added #include "LString.h" where they belong.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3436 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-01-25 19:07:34 +00:00
parent 1d3fa881d3
commit aa4b2e082b
3 changed files with 8 additions and 2 deletions

View 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:

View File

@ -11,13 +11,13 @@
#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.
*/

View File

@ -20,6 +20,7 @@
#endif
#include "ControlDialog_impl.h"
#include "LString.h"
/** A controller for Texinfo dialogs. */