Header cleanup cont.

This commit is contained in:
Pavel Sanda 2013-05-25 16:38:20 -07:00
parent 1197cf062b
commit 0ce10160da
9 changed files with 1 additions and 12 deletions

View File

@ -31,6 +31,7 @@
#include "output_xhtml.h"
#include "OutputParams.h"
#include "Paragraph.h"
#include "ParIterator.h"
#include "TextClass.h"
#include "TextMetrics.h"
#include "TocBackend.h"

View File

@ -13,7 +13,6 @@
#ifndef MATH_DIAGRAM_H
#define MATH_DIAGRAM_H
#include "Length.h"
#include "InsetMathGrid.h"

View File

@ -14,7 +14,6 @@
#include "InsetMathGrid.h"
#include "Color.h"
#include "DocIterator.h"
#include "OutputEnums.h"

View File

@ -14,9 +14,6 @@
#include "InsetMath.h"
// FIXME: remove
#include "support/docstring.h"
#include <map>
namespace lyx {

View File

@ -16,7 +16,6 @@
#include "DocIterator.h"
#include "support/docstring.h"
#include "support/types.h"
#include <map>
#include <set>

View File

@ -17,8 +17,6 @@
#include "MacroTable.h"
#include "MathData.h"
#include "support/types.h"
namespace lyx {

View File

@ -15,7 +15,6 @@
#include "MathParser_flags.h"
#include "support/types.h"
#include "support/docstring.h"

View File

@ -16,8 +16,6 @@
#include "support/docstream.h"
#include "Layout.h"
#include "Paragraph.h"
#include "ParIterator.h"
#include "ParagraphList.h"

View File

@ -13,7 +13,6 @@
#ifndef SGML_H
#define SGML_H
#include "support/types.h"
#include "support/docstring.h"
namespace lyx {