mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Header cleanup cont.
This commit is contained in:
parent
1197cf062b
commit
0ce10160da
@ -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"
|
||||
|
@ -13,7 +13,6 @@
|
||||
#ifndef MATH_DIAGRAM_H
|
||||
#define MATH_DIAGRAM_H
|
||||
|
||||
#include "Length.h"
|
||||
#include "InsetMathGrid.h"
|
||||
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
#include "InsetMathGrid.h"
|
||||
|
||||
#include "Color.h"
|
||||
#include "DocIterator.h"
|
||||
#include "OutputEnums.h"
|
||||
|
||||
|
@ -14,9 +14,6 @@
|
||||
|
||||
#include "InsetMath.h"
|
||||
|
||||
// FIXME: remove
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace lyx {
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "DocIterator.h"
|
||||
|
||||
#include "support/docstring.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
@ -17,8 +17,6 @@
|
||||
#include "MacroTable.h"
|
||||
#include "MathData.h"
|
||||
|
||||
#include "support/types.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
#include "MathParser_flags.h"
|
||||
|
||||
#include "support/types.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
|
||||
#include "support/docstream.h"
|
||||
#include "Layout.h"
|
||||
#include "Paragraph.h"
|
||||
#include "ParIterator.h"
|
||||
#include "ParagraphList.h"
|
||||
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
#ifndef SGML_H
|
||||
#define SGML_H
|
||||
|
||||
#include "support/types.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
namespace lyx {
|
||||
|
Loading…
Reference in New Issue
Block a user