Adjust headers.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21508 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-07 23:34:45 +00:00
parent 6904f34e48
commit 4bf0bed36a
5 changed files with 6 additions and 2 deletions

View File

@ -44,6 +44,7 @@
#include "Paragraph.h"
#include "paragraph_funcs.h"
#include "ParagraphParameters.h"
#include "TextClass.h"
#include "TextMetrics.h"
#include "VSpace.h"
#include "WordLangTuple.h"

View File

@ -19,6 +19,7 @@
#include "FuncRequest.h"
#include "Lexer.h"
#include "LyX.h"
#include "TextClass.h"
#include "insets/InsetBibitem.h"
#include "insets/InsetBibtex.h"

View File

@ -31,6 +31,7 @@
#include "OutputParams.h"
#include "Paragraph.h"
#include "paragraph_funcs.h"
#include "TextClass.h"
#include "TocBackend.h"
#include "frontends/FontMetrics.h"

View File

@ -13,11 +13,11 @@
#define INSETCAPTION_H
#include "InsetText.h"
#include "TextClass.h"
namespace lyx {
class TextClass;
/** A caption inset
*/
class InsetCaption : public InsetText {

View File

@ -25,6 +25,7 @@
#include "InsetList.h"
#include "Language.h"
#include "MetricsInfo.h"
#include "TextClass.h"
#include "support/docstream.h"
#include "support/lstrings.h"