diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-16 14:41:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-16 14:41:55 +0300 |
commit | 28658bf384121e2522c95e9a2e1c1d7530f0fcd7 (patch) | |
tree | e24a15f71a84b7d3fb8c99bfb04fe759112a5a23 /src/touchactions.h | |
parent | 7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c (diff) | |
download | plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.gz plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.bz2 plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.xz plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.zip |
remove unused includes from resources.
Diffstat (limited to 'src/touchactions.h')
-rw-r--r-- | src/touchactions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/touchactions.h b/src/touchactions.h index 4d9a8a60c..f61c5496e 100644 --- a/src/touchactions.h +++ b/src/touchactions.h @@ -21,8 +21,6 @@ #ifndef TOUCHACTIONS_H #define TOUCHACTIONS_H -#include <guichan/mouseinput.hpp> - #include "localconsts.h" #define decHandler(name) void name(const MouseInput &mouseInput) |