diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-21 19:30:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-21 19:30:40 +0300 |
commit | f3ac812e2079eac53c1a9db56541d7103bd14a61 (patch) | |
tree | 3a9a9e9deebdbbb44da32ad4b1656743c4ff80c1 /src/input | |
parent | f61f794776fd37223c0977437a6bfcfef6759f84 (diff) | |
download | plus-f3ac812e2079eac53c1a9db56541d7103bd14a61.tar.gz plus-f3ac812e2079eac53c1a9db56541d7103bd14a61.tar.bz2 plus-f3ac812e2079eac53c1a9db56541d7103bd14a61.tar.xz plus-f3ac812e2079eac53c1a9db56541d7103bd14a61.zip |
Fix code style.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputactionsortfunctor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/inputactionsortfunctor.h b/src/input/inputactionsortfunctor.h index ec556bf39..595d67537 100644 --- a/src/input/inputactionsortfunctor.h +++ b/src/input/inputactionsortfunctor.h @@ -21,8 +21,6 @@ #ifndef INPUT_INPUTACTIONSORTFUNCTOR_H #define INPUT_INPUTACTIONSORTFUNCTOR_H -#include "logger.h" - #include "input/inputactiondata.h" #include "localconsts.h" |