From 99b1488f0e591539b5597d36dbadda26844b2078 Mon Sep 17 00:00:00 2001 From: Yuriy Skalko Date: Sat, 28 Nov 2020 01:13:36 +0200 Subject: [PATCH] Cleanup included headers --- src/KeySequence.cpp | 2 -- src/frontends/qt/GuiErrorList.cpp | 1 - src/frontends/qt/GuiKeySymbol.cpp | 4 ---- src/insets/InsetNote.cpp | 1 - 4 files changed, 8 deletions(-) diff --git a/src/KeySequence.cpp b/src/KeySequence.cpp index f1530c8866..c0985b78b9 100644 --- a/src/KeySequence.cpp +++ b/src/KeySequence.cpp @@ -17,8 +17,6 @@ #include "support/gettext.h" -#include "frontends/KeySymbol.h" - using namespace std; namespace lyx { diff --git a/src/frontends/qt/GuiErrorList.cpp b/src/frontends/qt/GuiErrorList.cpp index 9fbdedafaf..c60dbf11bf 100644 --- a/src/frontends/qt/GuiErrorList.cpp +++ b/src/frontends/qt/GuiErrorList.cpp @@ -21,7 +21,6 @@ #include "FuncStatus.h" #include "BufferList.h" #include "LyX.h" -#include "ParIterator.h" #include "Text.h" #include "TexRow.h" diff --git a/src/frontends/qt/GuiKeySymbol.cpp b/src/frontends/qt/GuiKeySymbol.cpp index 4e031ee896..b55f8906f2 100644 --- a/src/frontends/qt/GuiKeySymbol.cpp +++ b/src/frontends/qt/GuiKeySymbol.cpp @@ -11,10 +11,6 @@ #include #include "GuiKeySymbol.h" - -#include "KeySymbol.h" -#include "GuiApplication.h" - #include "qt_helpers.h" #include "support/lassert.h" diff --git a/src/insets/InsetNote.cpp b/src/insets/InsetNote.cpp index 619a9f3c43..0f5f64cb2f 100644 --- a/src/insets/InsetNote.cpp +++ b/src/insets/InsetNote.cpp @@ -28,7 +28,6 @@ #include "LyXRC.h" #include "OutputParams.h" #include "output_docbook.h" -#include "ParIterator.h" #include "TextClass.h" #include "TocBackend.h" -- 2.39.5