summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/DInput
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2017-06-05 02:29:56 +0200
committerLéo Lam <leo@innovatetechnologi.es>2017-06-05 02:32:19 +0200
commitd9fd05680333a71211fcaf2419281e7897e2c26c (patch)
tree453e7591863710ee32893913d2957f1b02a5de69 /Source/Core/InputCommon/ControllerInterface/DInput
parentb4e5dc6c0f9ea347db8633260309068d9be7b1c8 (diff)
Fix minor formatting issues
These were not caught by the lint script while it was broken.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DInput')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/DInput/DInput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h
index 951eabebb9..d9b0bdc0a9 100644
--- a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h
+++ b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h
@@ -6,8 +6,8 @@
#define DINPUT_SOURCE_NAME "DInput"
-#include <list>
#include <windows.h>
+#include <list>
#include "InputCommon/ControllerInterface/DInput/DInput8.h"