From 5089eb26984313f3a28ca7d941de97c509a45281 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 20 Dec 2015 15:45:40 +0200 Subject: [PATCH] Cosmetic fixes --- source/graphics/android/display.cpp | 1 + source/graphics/x11/display.cpp | 1 - source/input/windows/touchscreen.cpp | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/source/graphics/android/display.cpp b/source/graphics/android/display.cpp index c2e2cf6..5823b91 100644 --- a/source/graphics/android/display.cpp +++ b/source/graphics/android/display.cpp @@ -115,5 +115,6 @@ void PlatformDisplayPrivate::input_queue_destroyed(AInputQueue *) MutexLock lock(event_mutex); input_queue = 0; } + } // namespace Graphics } // namespace Msp diff --git a/source/graphics/x11/display.cpp b/source/graphics/x11/display.cpp index 24bb53f..634e910 100644 --- a/source/graphics/x11/display.cpp +++ b/source/graphics/x11/display.cpp @@ -1,4 +1,3 @@ -#include #include #ifdef WITH_XRANDR #include diff --git a/source/input/windows/touchscreen.cpp b/source/input/windows/touchscreen.cpp index 73f67fe..ce8e5a2 100644 --- a/source/input/windows/touchscreen.cpp +++ b/source/input/windows/touchscreen.cpp @@ -63,7 +63,5 @@ void Touchscreen::input_event(const Graphics::Window::Event &event) } } - - } // namespace Input } // namespace Msp -- 2.43.0