More include frenzy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35940 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-10-31 01:04:03 +00:00
parent a7e2b7eea9
commit 222b3580d2
23 changed files with 31 additions and 15 deletions

View File

@ -35,6 +35,7 @@
#include "Paragraph.h"
#include "ParagraphParameters.h"
#include "ParIterator.h"
#include "TextClass.h"
#include "insets/InsetBibitem.h"
#include "insets/InsetBranch.h"

View File

@ -17,6 +17,7 @@
#include "Buffer.h"
#include "BufferParams.h"
#include "FloatList.h"
#include "TextClass.h"
#include "insets/InsetFloat.h"
#include "support/lstrings.h"

View File

@ -23,6 +23,7 @@
#include "insets/InsetInfo.h"
#include "support/debug.h"
#include "support/gettext.h"
#include "support/lstrings.h"

View File

@ -15,6 +15,7 @@
#include "BiblioInfo.h"
#include "Buffer.h"
#include "Cursor.h"
#include "buffer_funcs.h"
#include "BufferParams.h"
#include "BufferView.h"

View File

@ -12,12 +12,14 @@
#ifndef INSET_BIBITEM_H
#define INSET_BIBITEM_H
#include "BiblioInfo.h"
#include "InsetCommand.h"
namespace lyx {
class BiblioInfo;
/////////////////////////////////////////////////////////////////////////
//
// InsetBibItem

View File

@ -16,6 +16,7 @@
#include "BiblioInfo.h"
#include "Buffer.h"
#include "BufferParams.h"
#include "Cursor.h"
#include "DispatchResult.h"
#include "Encoding.h"
#include "Format.h"

View File

@ -13,7 +13,6 @@
#define INSETCAPTION_H
#include "InsetText.h"
#include "support/strfwd.h"
namespace lyx {

View File

@ -26,6 +26,7 @@
#include "Lexer.h"
#include "MetricsInfo.h"
#include "OutputParams.h"
#include "TextClass.h"
#include "frontends/FontMetrics.h"
#include "frontends/Painter.h"

View File

@ -14,11 +14,11 @@
#ifndef INSETCOLLAPSABLE_H
#define INSETCOLLAPSABLE_H
#include "Inset.h"
#include "InsetText.h"
#include "Box.h"
#include "TextClass.h"
#include <map>
namespace lyx {

View File

@ -15,6 +15,7 @@
#include "Buffer.h"
#include "BufferView.h"
#include "Cursor.h"
#include "DispatchResult.h"
#include "FuncRequest.h"
#include "FuncStatus.h"
@ -28,7 +29,6 @@
#include "insets/InsetExternal.h"
#include "insets/InsetFloat.h"
#include "insets/InsetGraphics.h"
#include "insets/InsetInclude.h"
#include "insets/InsetLine.h"
#include "insets/InsetListings.h"
#include "insets/InsetNote.h"

View File

@ -16,11 +16,11 @@
#include "Inset.h"
#include "InsetCommandParams.h"
#include "RenderButton.h"
#include "Cursor.h"
namespace lyx {
class Cursor;
/////////////////////////////////////////////////////////////////////////
//

View File

@ -13,11 +13,10 @@
#define INSET_EXTERNAL_H
#include "Inset.h"
#include "ExternalTemplate.h"
#include "ExternalTransforms.h"
#include "support/FileName.h"
#include "support/Translator.h"
#include <boost/scoped_ptr.hpp>
#include <boost/signals/trackable.hpp>

View File

@ -20,6 +20,7 @@
#include "FuncRequest.h"
#include "FuncStatus.h"
#include "Lexer.h"
#include "TextClass.h"
#include "support/gettext.h"

View File

@ -17,6 +17,7 @@
#include "DispatchResult.h"
#include "Floating.h"
#include "FloatList.h"
#include "Font.h"
#include "Language.h"
#include "LaTeXFeatures.h"
#include "Lexer.h"

View File

@ -13,10 +13,11 @@
#ifndef INSET_GRAPHICS_H
#define INSET_GRAPHICS_H
#include <set>
#include "Inset.h"
#include "InsetGraphicsParams.h"
#include <set>
namespace lyx {
class RenderGraphic;

View File

@ -16,6 +16,7 @@
#include "BufferParams.h"
#include "BufferView.h"
#include "ColorSet.h"
#include "Cursor.h"
#include "DispatchResult.h"
#include "Encoding.h"
#include "FuncRequest.h"
@ -26,6 +27,7 @@
#include "output_latex.h"
#include "output_xhtml.h"
#include "sgml.h"
#include "TextClass.h"
#include "TocBackend.h"
#include "support/debug.h"

View File

@ -13,10 +13,10 @@
#define INSET_INFO_H
#include "InsetCollapsable.h"
#include "Cursor.h"
#include "support/gettext.h"
#include "support/Translator.h"
namespace lyx {
class Cursor;
/* InsetInfo displays shortcuts, lyxrc, package and textclass
availability and menu information in a non-editable boxed InsetText.
@ -76,8 +76,6 @@ the command buffer (view->Toolbar->Command Buffer).
*/
namespace lyx {
class InsetInfo : public InsetCollapsable {
public:
enum info_type {

View File

@ -15,6 +15,7 @@
#include "InsetLine.h"
#include "Buffer.h"
#include "Cursor.h"
#include "Dimension.h"
#include "DispatchResult.h"
#include "FuncRequest.h"

View File

@ -24,9 +24,11 @@
#include "FuncStatus.h"
#include "InsetCaption.h"
#include "Language.h"
#include "LaTeXFeatures.h"
#include "Lexer.h"
#include "output_latex.h"
#include "output_xhtml.h"
#include "OutputParams.h"
#include "TextClass.h"
#include "support/debug.h"

View File

@ -12,12 +12,13 @@
#ifndef INSET_LISTINGS_H
#define INSET_LISTINGS_H
#include "LaTeXFeatures.h"
#include "InsetListingsParams.h"
namespace lyx {
class LaTeXFeatures;
/////////////////////////////////////////////////////////////////////////
//
// InsetListings

View File

@ -16,6 +16,7 @@
#include "InsetNote.h"
#include "Buffer.h"
#include "Cursor.h"
#include "DispatchResult.h"
#include "Font.h"
#include "Encoding.h"

View File

@ -15,6 +15,7 @@
#include "Buffer.h"
#include "BufferParams.h"
#include "DispatchResult.h"
#include "Font.h"
#include "Language.h"
#include "LaTeXFeatures.h"
#include "OutputParams.h"

View File

@ -15,6 +15,7 @@
#include "Buffer.h"
#include "BufferParams.h"
#include "Encoding.h"
#include "Font.h"
#include "InsetList.h"
#include "Language.h"
#include "Layout.h"