diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-13 02:33:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-13 02:33:12 +0300 |
commit | ae453950c085f92597e077a827cdb6a157c74693 (patch) | |
tree | 26b8fd845dc4753add9b526a88dea44c60fb718d /src/gui/shortcut/spellshortcut.cpp | |
parent | 387493ed0772f266dc323816d2e124c32fcae931 (diff) | |
download | plus-ae453950c085f92597e077a827cdb6a157c74693.tar.gz plus-ae453950c085f92597e077a827cdb6a157c74693.tar.bz2 plus-ae453950c085f92597e077a827cdb6a157c74693.tar.xz plus-ae453950c085f92597e077a827cdb6a157c74693.zip |
Remove some useless includes.
Diffstat (limited to 'src/gui/shortcut/spellshortcut.cpp')
-rw-r--r-- | src/gui/shortcut/spellshortcut.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/shortcut/spellshortcut.cpp b/src/gui/shortcut/spellshortcut.cpp index 6b6a842ed..06457972b 100644 --- a/src/gui/shortcut/spellshortcut.cpp +++ b/src/gui/shortcut/spellshortcut.cpp @@ -23,6 +23,7 @@ #include "gui/shortcut/spellshortcut.h" #include "spellmanager.h" +#include "textcommand.h" #include "debug.h" |