diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-29 02:26:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-29 02:26:54 +0300 |
commit | 7f607a0f58a9eba53237955c06bf445c71d57b6c (patch) | |
tree | 41b43092a95e530950452073cbf7dd7b7f753b24 /src/spellshortcut.cpp | |
parent | 2c02156250d1bb64e6923ad5be1837ccfb2fa27c (diff) | |
download | plus-7f607a0f58a9eba53237955c06bf445c71d57b6c.tar.gz plus-7f607a0f58a9eba53237955c06bf445c71d57b6c.tar.bz2 plus-7f607a0f58a9eba53237955c06bf445c71d57b6c.tar.xz plus-7f607a0f58a9eba53237955c06bf445c71d57b6c.zip |
Fix code style.
Diffstat (limited to 'src/spellshortcut.cpp')
-rw-r--r-- | src/spellshortcut.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp index 27ccc1646..0f8697f79 100644 --- a/src/spellshortcut.cpp +++ b/src/spellshortcut.cpp @@ -26,7 +26,6 @@ #include "spellshortcut.h" #include "localplayer.h" -#include "gui/chatwindow.h" #include "gui/widgets/chattab.h" #include "net/inventoryhandler.h" |