diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-22 15:09:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-22 15:09:44 +0300 |
commit | 0220dc10be5aefc627b73c39084ef551cc880fa4 (patch) | |
tree | a8a648526daa0ed3783875eb0240dfa60b38a3a4 /src/gui/gui.cpp | |
parent | 6040ca74072be2087c4ddf91d303f4d73187dec7 (diff) | |
download | plus-0220dc10be5aefc627b73c39084ef551cc880fa4.tar.gz plus-0220dc10be5aefc627b73c39084ef551cc880fa4.tar.bz2 plus-0220dc10be5aefc627b73c39084ef551cc880fa4.tar.xz plus-0220dc10be5aefc627b73c39084ef551cc880fa4.zip |
fix code style.
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 4284c1af8..60924bfd4 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -37,7 +37,6 @@ #include "client.h" #include "configuration.h" #include "dragdrop.h" -#include "mouseinput.h" #include "touchmanager.h" #include "input/keydata.h" |