From 20257634209dba85d2cd51ad42e660090a5224e6 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Thu, 9 Dec 2021 18:22:16 -0800 Subject: Treewide: Adjust order of includes --- Source/Core/InputCommon/ControllerInterface/Touch/Touchscreen.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Source/Core/InputCommon/ControllerInterface/Touch/Touchscreen.cpp') diff --git a/Source/Core/InputCommon/ControllerInterface/Touch/Touchscreen.cpp b/Source/Core/InputCommon/ControllerInterface/Touch/Touchscreen.cpp index ca98dbe040..a4c20b0ae0 100644 --- a/Source/Core/InputCommon/ControllerInterface/Touch/Touchscreen.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Touch/Touchscreen.cpp @@ -1,14 +1,15 @@ // Copyright 2013 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later +#include "InputCommon/ControllerInterface/Touch/Touchscreen.h" + +#include +#include #ifdef ANDROID #include #endif -#include -#include #include "InputCommon/ControllerInterface/ControllerInterface.h" -#include "InputCommon/ControllerInterface/Touch/Touchscreen.h" namespace ciface::Touch { -- cgit v1.2.3