From: Pavel Sanda Date: Fri, 24 May 2013 05:11:50 +0000 (-0700) Subject: Header cleanup cont. X-Git-Tag: 2.1.0beta1~170 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=84c5e67e072fa091ffb8ecd5ae14145dd3e5b3b5;p=features.git Header cleanup cont. --- diff --git a/src/frontends/qt4/qt_helpers.h b/src/frontends/qt4/qt_helpers.h index 7a5f8cd6dd..24ec4f7f3a 100644 --- a/src/frontends/qt4/qt_helpers.h +++ b/src/frontends/qt4/qt_helpers.h @@ -17,7 +17,6 @@ #include "support/qstring_helpers.h" #include "qt_i18n.h" -#include #include class QComboBox; diff --git a/src/graphics/GraphicsImage.h b/src/graphics/GraphicsImage.h index 5488a760a9..6722b87bc0 100644 --- a/src/graphics/GraphicsImage.h +++ b/src/graphics/GraphicsImage.h @@ -24,8 +24,6 @@ #ifndef GRAPHICSIMAGE_H #define GRAPHICSIMAGE_H -#include "Dimension.h" - namespace lyx { namespace support { class FileName; } diff --git a/src/graphics/GraphicsParams.h b/src/graphics/GraphicsParams.h index 7213aaa3a1..b1eb1a05c5 100644 --- a/src/graphics/GraphicsParams.h +++ b/src/graphics/GraphicsParams.h @@ -14,8 +14,6 @@ #ifndef GRAPHICSPARAMS_H #define GRAPHICSPARAMS_H -#include "GraphicsTypes.h" - #include "support/FileName.h" #include diff --git a/src/graphics/PreviewImage.cpp b/src/graphics/PreviewImage.cpp index 58e25fbd06..31853655e5 100644 --- a/src/graphics/PreviewImage.cpp +++ b/src/graphics/PreviewImage.cpp @@ -11,6 +11,8 @@ #include #include "PreviewImage.h" + +#include "Dimension.h" #include "GraphicsImage.h" #include "GraphicsLoader.h" #include "PreviewLoader.h" diff --git a/src/insets/InsetCitation.h b/src/insets/InsetCitation.h index 861ea4fa89..2e78e01f4e 100644 --- a/src/insets/InsetCitation.h +++ b/src/insets/InsetCitation.h @@ -15,8 +15,6 @@ #include "InsetCommand.h" -#include "Citation.h" - namespace lyx { ///////////////////////////////////////////////////////////////////////// diff --git a/src/insets/InsetGraphicsParams.h b/src/insets/InsetGraphicsParams.h index 1d777adf56..33471bf643 100644 --- a/src/insets/InsetGraphicsParams.h +++ b/src/insets/InsetGraphicsParams.h @@ -14,7 +14,6 @@ #define INSETGRAPHICSPARAMS_H -#include "graphics/GraphicsTypes.h" #include "Length.h" #include "support/FileName.h" diff --git a/src/insets/InsetText.h b/src/insets/InsetText.h index bbdf2abc36..d16d41a249 100644 --- a/src/insets/InsetText.h +++ b/src/insets/InsetText.h @@ -17,8 +17,6 @@ #include "ColorCode.h" #include "Text.h" -#include "insets/InsetLayout.h" - namespace lyx { class CompletionList; diff --git a/src/mathed/InsetMathColor.h b/src/mathed/InsetMathColor.h index 7c69dac8b7..829c4654f4 100644 --- a/src/mathed/InsetMathColor.h +++ b/src/mathed/InsetMathColor.h @@ -14,7 +14,6 @@ #include "InsetMathNest.h" -#include "support/docstream.h" namespace lyx {