mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
Move some more #includes out of the header files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7656 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a529232113
commit
2ea91e9359
@ -1,5 +1,9 @@
|
||||
2003-09-04 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* insetfoot.h: move #include "LaTeXFeatures.h" out of the header file.
|
||||
* insettabular.h: move #include "FuncStatus.h" out of the header file.
|
||||
* insettoc.[Ch]: move #include "metricsinfo.h" out of the header file.
|
||||
|
||||
* insetcollapsable.h:
|
||||
* insetbranch.C:
|
||||
* insetnote.C: move #include "funcrequest.h" out of the header file.
|
||||
|
@ -13,8 +13,6 @@
|
||||
#ifndef INSETFOOT_H
|
||||
#define INSETFOOT_H
|
||||
|
||||
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "insetfootlike.h"
|
||||
|
||||
/** The footnote inset
|
||||
|
@ -48,9 +48,9 @@
|
||||
#include "inset.h"
|
||||
#include "tabular.h"
|
||||
#include "LString.h"
|
||||
#include "FuncStatus.h"
|
||||
#include "frontends/mouse_state.h"
|
||||
|
||||
class FuncStatus;
|
||||
class LyXLex;
|
||||
class Painter;
|
||||
class BufferView;
|
||||
|
@ -9,15 +9,17 @@
|
||||
*/
|
||||
#include <config.h>
|
||||
|
||||
|
||||
#include "gettext.h"
|
||||
#include "insettoc.h"
|
||||
#include "funcrequest.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
#include "debug.h"
|
||||
#include "funcrequest.h"
|
||||
#include "gettext.h"
|
||||
#include "metricsinfo.h"
|
||||
#include "toc.h"
|
||||
#include "frontends/LyXView.h"
|
||||
#include "frontends/Dialogs.h"
|
||||
#include "debug.h"
|
||||
#include "toc.h"
|
||||
|
||||
|
||||
using std::vector;
|
||||
using std::ostream;
|
||||
|
@ -14,7 +14,9 @@
|
||||
|
||||
|
||||
#include "insetcommand.h"
|
||||
#include "metricsinfo.h"
|
||||
|
||||
class MetricsInfo;
|
||||
|
||||
|
||||
/** Used to insert table of contents
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user