diff options
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" |