]> git.lyx.org Git - features.git/commitdiff
Header cleanup cont.
authorPavel Sanda <sanda@lyx.org>
Tue, 21 May 2013 01:47:16 +0000 (18:47 -0700)
committerPavel Sanda <sanda@lyx.org>
Tue, 21 May 2013 01:47:16 +0000 (18:47 -0700)
src/frontends/qt4/GuiGraphics.h
src/frontends/qt4/GuiKeySymbol.h
src/frontends/qt4/GuiParagraph.h
src/frontends/qt4/GuiPrefs.h
src/frontends/qt4/GuiPrint.h
src/frontends/qt4/GuiProgress.h
src/frontends/qt4/GuiProgressView.cpp
src/frontends/qt4/GuiProgressView.h
src/frontends/qt4/GuiView.cpp

index 67a4cbeac299d05cf32cbf354e92b2e1085b91ae..7d32ce26d6a60c59f457c6b197e43d14ab09c602 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "insets/InsetGraphicsParams.h"
 
-#include "support/docstring.h"
-
 #include <vector>
 
 class QString;
index d113f50ff2284f1069c64191316f002f1b2ea805..d178185a5303aa8a6fcd12e5d7a9bb6a20f7daa2 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef GUIKEYSYM_H
 #define GUIKEYSYM_H
 
-#include "frontends/KeySymbol.h"
-
 class QKeyEvent;
 
 namespace lyx {
index 201d9a09ed1fdc30be704350e1b4a911694af4a5..aee410f607dd14d15ab442608a28d3241b504e18 100644 (file)
 #define GUIPARAGRAPH_H
 
 #include "DialogView.h"
-#include "GuiView.h"
-#include "qt_helpers.h"
 #include "ui_ParagraphUi.h"
 
-#include "Layout.h"
 #include "ParagraphParameters.h"
 
 #include <map>
index 2c665853d13ad3c64665a720a45aedda7b6f596c..a1fa320d8c11131e60fa7a4ce8abf38bb65df64f 100644 (file)
 
 #include "GuiDialog.h"
 
-#include "ColorCode.h"
 #include "Converter.h"
 #include "Format.h"
-#include "FuncCode.h"
 #include "KeyMap.h"
 #include "LyXRC.h"
 #include "Mover.h"
index c0af9572c76d5d04a749fb5a2696c42496fcb218..eb1ad67585119055ab83bccf8a80276ff5b985ff 100644 (file)
@@ -18,7 +18,6 @@
 #include "GuiDialog.h"
 #include "ui_PrintUi.h"
 
-#include "Dialog.h"
 #include "PrinterParams.h"
 
 namespace lyx {
index 35168c7abdf44195c1fb8169e1cd6f38f31a5df2..9bb8b23034f3a779220f5e8592514c23a9f2aef0 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "support/ProgressInterface.h"
 
-#include "DockView.h"
-
 #include <QTimer>
 
 #include <sstream>
index fb52ba8bb759f6f8a2004c1667112df4f9de0b42..a22ea60d01b76bee5d34dd61925bb39c1a68b5af 100644 (file)
@@ -16,6 +16,7 @@
 #include "GuiProgressView.h"
 
 #include "GuiApplication.h"
+#include "GuiProgress.h"
 #include "qt_helpers.h"
 
 #include "FuncRequest.h"
index a3a2a721e8962b63a6bb6a9a7fc7684f705cf453..9a743f2322827167d1fcfd3bbe694b4383ac0406 100644 (file)
 
 #include "DockView.h"
 
-#include "GuiProgress.h"
 
 #include <string>
-#include <QList>
 
 
 class QHideEvent;
index 3a91b7d5283a6c1d14593a8f2efa4b03d63ef194..f3cd9a58b52f22d8eae5eeb3f25c1d082cdb4558 100644 (file)
@@ -34,6 +34,7 @@
 #include "qt_helpers.h"
 
 #include "frontends/alert.h"
+#include "frontends/KeySymbol.h"
 
 #include "buffer_funcs.h"
 #include "Buffer.h"