mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
1d3fa881d3
commit
aa4b2e082b
@ -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:
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -20,6 +20,7 @@
|
||||
#endif
|
||||
|
||||
#include "ControlDialog_impl.h"
|
||||
#include "LString.h"
|
||||
|
||||
/** A controller for Texinfo dialogs. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user