diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-28 11:58:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-28 11:58:33 +0300 |
commit | cfc84945c9cee7d42accdad39ff387738a3d32ac (patch) | |
tree | 16715da63ecdfe3db1ae4196ecc3abad2509bc05 /src/gui/widgets/spellshortcutcontainer.cpp | |
parent | 4e3cc7022e40d5506ca30ec9f06ef32e19d0da4c (diff) | |
download | plus-cfc84945c9cee7d42accdad39ff387738a3d32ac.tar.gz plus-cfc84945c9cee7d42accdad39ff387738a3d32ac.tar.bz2 plus-cfc84945c9cee7d42accdad39ff387738a3d32ac.tar.xz plus-cfc84945c9cee7d42accdad39ff387738a3d32ac.zip |
Removed unused includes.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index 0257cea08..bbfb8f497 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -27,7 +27,6 @@ #include "settings.h" #include "spellshortcut.h" -#include "gui/popupmanager.h" #include "gui/viewport.h" #include "gui/fonts/font.h" @@ -39,8 +38,6 @@ #include "resources/image.h" -#include "utils/delete2.h" - #include "debug.h" SpellShortcutContainer::SpellShortcutContainer(Widget2 *const widget, |