diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-17 00:36:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-17 00:36:15 +0300 |
commit | 093e392dd84c920d26bca17d48ac6611393d087c (patch) | |
tree | 776845e14448e748f25dcfc92749ed1599b0ce31 /src/spellshortcut.cpp | |
parent | b30df9b843eae2128431320308510f13296e3e7f (diff) | |
download | plus-093e392dd84c920d26bca17d48ac6611393d087c.tar.gz plus-093e392dd84c920d26bca17d48ac6611393d087c.tar.bz2 plus-093e392dd84c920d26bca17d48ac6611393d087c.tar.xz plus-093e392dd84c920d26bca17d48ac6611393d087c.zip |
Fix code style.
Diffstat (limited to 'src/spellshortcut.cpp')
-rw-r--r-- | src/spellshortcut.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp index ad506e6d5..025723062 100644 --- a/src/spellshortcut.cpp +++ b/src/spellshortcut.cpp @@ -20,10 +20,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "spellshortcut.h" + #include "configuration.h" #include "inventory.h" #include "item.h" -#include "spellshortcut.h" #include "localplayer.h" #include "gui/widgets/chattab.h" |