diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-23 22:38:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-23 22:38:33 +0300 |
commit | c5327f3b1d10171ff2a97546ea49e350b1725c24 (patch) | |
tree | 2cd1ada4c5db1ad3452bcf7aca9c424c0ed848d2 /src/gui/gui.cpp | |
parent | db1e60556c72b1b87ff2a384c556ccca724c46d6 (diff) | |
parent | 6bed768bc416eed0212b62e70731d2c40cd1b69b (diff) | |
download | plus-c5327f3b1d10171ff2a97546ea49e350b1725c24.tar.gz plus-c5327f3b1d10171ff2a97546ea49e350b1725c24.tar.bz2 plus-c5327f3b1d10171ff2a97546ea49e350b1725c24.tar.xz plus-c5327f3b1d10171ff2a97546ea49e350b1725c24.zip |
Merge branch 'master' into stable
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 0c75dd4e4..60924bfd4 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -20,6 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "mouseinput.h" + #include "gui/gui.h" #include "gui/focushandler.h" @@ -35,7 +37,6 @@ #include "client.h" #include "configuration.h" #include "dragdrop.h" -#include "mouseinput.h" #include "touchmanager.h" #include "input/keydata.h" |