X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fwindows%2Ftouchscreen.cpp;h=5820bdad5a7fa25f9f1172e20eee3abce95456ca;hb=11ab96ba152e389814543a6398e2cd6f17a31092;hp=73f67fe15b2f9d0cb599ee605db5af293fc15093;hpb=8d865a51910c5ef9643a7f9a32e7cab5ec5359e4;p=libs%2Fgui.git diff --git a/source/input/windows/touchscreen.cpp b/source/input/windows/touchscreen.cpp index 73f67fe..5820bda 100644 --- a/source/input/windows/touchscreen.cpp +++ b/source/input/windows/touchscreen.cpp @@ -1,7 +1,7 @@ #define _WIN32_WINNT 0x0601 +#include "touchscreen.h" #include #include -#include "touchscreen.h" using namespace std; @@ -63,7 +63,5 @@ void Touchscreen::input_event(const Graphics::Window::Event &event) } } - - } // namespace Input } // namespace Msp