mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
A couple of trivial and non-qt2-specific tidies.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5333 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
180e0d9e28
commit
cee80af9a3
@ -1,3 +1,9 @@
|
||||
2002-09-24 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ControlConnections.h: remove trailing whitespace.
|
||||
|
||||
* biblio.h: #include "LString.h".
|
||||
|
||||
2002-09-10 Rob Lahaye <lahaye@snu.ac.kr>
|
||||
|
||||
* ControlGraphics.C: Change GUI origin strings into proper English.
|
||||
|
@ -12,13 +12,14 @@
|
||||
#ifndef BIBLIOHELPERS_H
|
||||
#define BIBLIOHELPERS_H
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include "LString.h"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
/** Functions of use to citation and bibtex GUI controllers and views */
|
||||
namespace biblio
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user