]> git.lyx.org Git - features.git/commitdiff
Header cleanup cont.
authorPavel Sanda <sanda@lyx.org>
Fri, 24 May 2013 05:11:50 +0000 (22:11 -0700)
committerPavel Sanda <sanda@lyx.org>
Fri, 24 May 2013 05:12:29 +0000 (22:12 -0700)
src/frontends/qt4/qt_helpers.h
src/graphics/GraphicsImage.h
src/graphics/GraphicsParams.h
src/graphics/PreviewImage.cpp
src/insets/InsetCitation.h
src/insets/InsetGraphicsParams.h
src/insets/InsetText.h
src/mathed/InsetMathColor.h

index 7a5f8cd6dd91cf1eac34fa758e8ced56733e3ed0..24ec4f7f3aa9320a4eb128375b0703825dfa4715 100644 (file)
@@ -17,7 +17,6 @@
 #include "support/qstring_helpers.h"
 #include "qt_i18n.h"
 
-#include <QString>
 #include <QHeaderView>
 
 class QComboBox;
index 5488a760a9c5d72815855c07350cb51afd252a74..6722b87bc03f20637a8450dd7732b58ae5d5c69b 100644 (file)
@@ -24,8 +24,6 @@
 #ifndef GRAPHICSIMAGE_H
 #define GRAPHICSIMAGE_H
 
-#include "Dimension.h"
-
 namespace lyx {
 
 namespace support { class FileName; }
index 7213aaa3a150ba06864cf922c6478eda0bbdd2c5..b1eb1a05c53d7c9d63ffe57c44b4b944cbdb9a6b 100644 (file)
@@ -14,8 +14,6 @@
 #ifndef GRAPHICSPARAMS_H
 #define GRAPHICSPARAMS_H
 
-#include "GraphicsTypes.h"
-
 #include "support/FileName.h"
 
 #include <string>
index 58e25fbd06122d2fc4126635a059c7f32c145db0..31853655e5aea9dcf43f261e3a46a139e065a65e 100644 (file)
@@ -11,6 +11,8 @@
 #include <config.h>
 
 #include "PreviewImage.h"
+
+#include "Dimension.h"
 #include "GraphicsImage.h"
 #include "GraphicsLoader.h"
 #include "PreviewLoader.h"
index 861ea4fa89f9a41476c25d4fd23c02f96527e2be..2e78e01f4ec08801f9061213166dd6a30b8c1d42 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "InsetCommand.h"
 
-#include "Citation.h"
-
 namespace lyx {
 
 /////////////////////////////////////////////////////////////////////////
index 1d777adf56005e58c62c3e8321397708ff314a51..33471bf64392fa12bff8cbd14ae622820b8fc3c6 100644 (file)
@@ -14,7 +14,6 @@
 #define INSETGRAPHICSPARAMS_H
 
 
-#include "graphics/GraphicsTypes.h"
 #include "Length.h"
 
 #include "support/FileName.h"
index bbdf2abc367644e057f8da06eee8ea04eb25894c..d16d41a249fe74cf0c2b2063415f0682042ba274 100644 (file)
@@ -17,8 +17,6 @@
 #include "ColorCode.h"
 #include "Text.h"
 
-#include "insets/InsetLayout.h"
-
 namespace lyx {
 
 class CompletionList;
index 7c69dac8b70cae2148dd81b9122c515c4e672248..829c4654f4b1db755395cebe7d47561a68cc5bfd 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "InsetMathNest.h"
 
-#include "support/docstream.h"
 
 namespace lyx {