]> git.lyx.org Git - features.git/commitdiff
Remove some header leftovers based on Scott's script hints.
authorPavel Sanda <sanda@lyx.org>
Thu, 2 May 2013 07:25:17 +0000 (00:25 -0700)
committerPavel Sanda <sanda@lyx.org>
Thu, 2 May 2013 07:30:16 +0000 (00:30 -0700)
False positive rate of hints is quite high. Although the includes can be
technically removed (due to other includes) they logically belong to the
header.

25 files changed:
src/Compare.h
src/Cursor.h
src/ErrorList.h
src/LayoutFile.h
src/LyXRC.h
src/ModuleList.h
src/ParIterator.h
src/Thesaurus.h
src/VCBackend.cpp
src/frontends/qt4/Dialog.h
src/frontends/qt4/FindAndReplace.h
src/frontends/qt4/GuiCompleter.h
src/frontends/qt4/GuiDocument.h
src/frontends/qt4/GuiParagraph.h
src/frontends/qt4/GuiProgress.h
src/frontends/qt4/GuiToc.h
src/frontends/qt4/GuiViewSource.h
src/frontends/qt4/GuiWorkArea_Private.h
src/frontends/qt4/Menus.h
src/mathed/InsetMathBig.h
src/mathed/InsetMathBox.h
src/mathed/InsetMathDelim.h
src/mathed/InsetMathEnv.h
src/mathed/InsetMathExFunc.h
src/mathed/MathSupport.h

index f07ecea714280060348179115aebe8e0b15ef1fe..2467cbc59251676e7f916cafda136b8ace1c7eee 100644 (file)
@@ -21,8 +21,6 @@
 #include <QTimer>
 #include <QWaitCondition>
 
-#include <string>
-
 
 namespace lyx {
 
index 85ef62f7c8cf1cc2b22008191dc564e61c58f324..e84702cb71edff1edfd851f84a23974ff39a421d 100644 (file)
@@ -19,8 +19,6 @@
 
 #include "mathed/MathParser_flags.h"
 
-#include <vector>
-
 
 namespace lyx {
 
index d0b77439ac27dd7e660aedec6ed9931b20326cf9..7feceac9aca293a83bc3a7c42a433c34af9edad0 100644 (file)
@@ -16,7 +16,6 @@
 #include "support/types.h"
 
 #include <vector>
-#include <string>
 
 
 namespace lyx {
index 31031eae8e6b0221d408d1c2f6a3e622d7347060..d2c87258eade9297e729b0a50dd82df60d17ca65 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <boost/noncopyable.hpp>
 
-#include <set>
 #include <string>
 #include <vector>
 
index dbda8d9153740f4bddde3427c2ee1a4462fa94bf..25e1fc1dc067656c1c8cc668c13da8750adcdf79 100644 (file)
@@ -26,7 +26,6 @@
 #include <map>
 #include <set>
 #include <string>
-#include <vector>
 
 
 namespace lyx {
index 90894b8109216dcf964439fd617beb2ba58faeed..9f6434ef81955b665ae698b665ec0edaaa7591d4 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef MODULELIST_H
 #define MODULELIST_H
 
-#include <map>
 #include <string>
 #include <vector>
 
index 320493dac0832910b8f26eda8bf0874114cfbe99..a7631838382f4c8159086bdd1512a00f1040ed5c 100644 (file)
@@ -16,8 +16,6 @@
 
 #include "support/types.h"
 
-#include <vector>
-
 
 namespace lyx {
 
index a479fda96284d542e90e5859f6af0400ae138f7c..e27f2c239adac5e2a3943f7b11bc3cd0e2f94638 100644 (file)
@@ -17,7 +17,6 @@
 #include "WordLangTuple.h"
 
 #include <map>
-#include <string>
 #include <vector>
 
 namespace lyx {
index 751f8032dc130a5cb503324276e1daaa80aee24f..96b71d81ea32480fcd5c727a051264d1f22bc5ea 100644 (file)
@@ -34,7 +34,6 @@ using namespace std;
 using namespace lyx::support;
 
 
-
 namespace lyx {
 
 
index af33f3fe8accfa6b5ec10fdd2d942555c47f594b..a9769ff4abe30cb686a7d88e102575492368791c 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "support/strfwd.h"
 
-#include <QList>
 #include <QString>
 
 class QWidget;
index 354278b9af53da8905346b511ed95da49981423e..9b69e2658bc271cfd098a369846e332b4bdcd6a6 100644 (file)
@@ -25,8 +25,6 @@
 #include "Text.h"
 #include "lyxfind.h"
 
-#include <QDialog>
-
 #include <string>
 
 namespace lyx {
index 20b50e7ab46d85b6475e300426fa25f9215defc4..dcc5b04038b1fdeea7bbb0bd615e12a229c0dc38 100644 (file)
@@ -18,9 +18,7 @@
 #include "qt_helpers.h"
 #include "support/docstring.h"
 
-#include <QAbstractItemModel>
 #include <QCompleter>
-#include <QStringListModel>
 #include <QTimer>
 
 namespace lyx {
index 695779d3f7eea92769e209f9f2692b806af403aa..413e2e29e9e34494d75e7b0338a9bd6cabeb66d9 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef GUIDOCUMENT_H
 #define GUIDOCUMENT_H
 
-#include <QDialog>
-
 #include "BufferParams.h"
 #include "BulletsModule.h"
 #include "GuiDialog.h"
index 408765bbe433c0472641b62ecd9ba28ad63e1f4a..201d9a09ed1fdc30be704350e1b4a911694af4a5 100644 (file)
 #include "Layout.h"
 #include "ParagraphParameters.h"
 
-#include <QDialog>
-#include <QShowEvent>
-#include <QGridLayout>
-
 #include <map>
 
 namespace lyx {
index a514733eb7a85bdc03652724171f07e2e29a84ef..35168c7abdf44195c1fb8169e1cd6f38f31a5df2 100644 (file)
@@ -17,8 +17,6 @@
 
 #include "DockView.h"
 
-
-#include <QSplashScreen>
 #include <QTimer>
 
 #include <sstream>
index 5e759895a5168fb90d83e868e8d564c34547d161..1e73832cf41896604110d78522891a18f2bddf07 100644 (file)
 
 #include "TocBackend.h"
 
-#include <QStandardItemModel>
-
-#include <vector>
-
 namespace lyx {
 namespace frontend {
 
index d42c1161af6e05b9efa2812c69c938004026168e..6d16142249718b09f6d5ba6652e1df302bd97cda 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <QDockWidget>
 #include <QString>
-#include <QTextCharFormat>
 
 class QTextDocument;
 
index 9b339d060e9f0cc628494227c29b05178644ee09..8b34ede1ad6493c3798f9cced4fef0cb3b9d63f9 100644 (file)
@@ -19,7 +19,6 @@
 #include "support/docstring.h"
 #include "support/Timeout.h"
 
-#include <QAbstractScrollArea>
 #include <QMouseEvent>
 #include <QImage>
 #include <QPixmap>
index bbc4955930aff8ad0976ea7c035dccc2ba7d4346..0ee073e9fbc4eba0f66ae3986f9ae5658f3b404e 100644 (file)
@@ -15,8 +15,6 @@
 
 #include <QMenu>
 
-#include <vector>
-
 class QString;
 class QMenuBar;
 
index 5e511db0f46d3e511b42cadfbef5864f3e972eb0..e42582c53124d72a968c4bcb38af920d32362a77 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMath.h"
 
-#include <string>
-
 
 namespace lyx {
 
index 3dfe2286c3a13e49f79ff3cbfa848b247d384f72..2f6ba483d9794bb18a44e3cb712c57eb1982a84b 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
index 72e204ed116df3652383a4635ee38e28ecad199e..3a09ede2f32bd509356bb2a518a02a07177d6a26 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
index 14b72072bc8100b2504a77c1ff883f2fbd65e3a1..9bc338d90482e4f16db20dde75fa334cf2b79a81 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
index 7318929889056162ce280551187c0aeeb66a093d..c3a43acfd1c0e0a605ab33a094316ae359701720 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
index f31606615fc6a63e7a68eeebfa733cb1fc983c7a..dc0087f915b88d84327176de0aafe589545ea3ed 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "MathParser_flags.h"
 #include "support/strfwd.h"
-#include <vector>
 
 namespace lyx {