diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-12-06 23:52:19 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-12-06 23:52:19 +0100 |
commit | 12214ad30d89cc4dc033b1ef912c4072dd80927e (patch) | |
tree | 50e3fe95ce9966ef27c9bd0e1e738851beb770f2 /src/keyboardconfig.cpp | |
parent | f622cf4c545033e25fde7f3e1105cdf2118d7016 (diff) | |
download | mana-12214ad30d89cc4dc033b1ef912c4072dd80927e.tar.gz mana-12214ad30d89cc4dc033b1ef912c4072dd80927e.tar.bz2 mana-12214ad30d89cc4dc033b1ef912c4072dd80927e.tar.xz mana-12214ad30d89cc4dc033b1ef912c4072dd80927e.zip |
Removed superfluous #includes taken from checkheaders list.
Resolves: Mana-Mantis #265.
Trivial fix.
Diffstat (limited to 'src/keyboardconfig.cpp')
-rw-r--r-- | src/keyboardconfig.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp index 65143d69..ec2bf6ed 100644 --- a/src/keyboardconfig.cpp +++ b/src/keyboardconfig.cpp @@ -20,7 +20,6 @@ #include "configuration.h" #include "keyboardconfig.h" -#include "log.h" #include "gui/sdlinput.h" #include "gui/setup_keyboard.h" |