summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/DInput
diff options
context:
space:
mode:
authorLeo Lam <leolino.lam@gmail.com>2017-06-05 12:14:22 +0200
committerGitHub <noreply@github.com>2017-06-05 12:14:22 +0200
commite23cfc29654ece853309454a7a37306cc696af19 (patch)
tree01b0533457eacfd93f55c11db3d41cc7b63e2229 /Source/Core/InputCommon/ControllerInterface/DInput
parent886cb26827cc65fd073df9e0af6d958270a2aef6 (diff)
parentd9fd05680333a71211fcaf2419281e7897e2c26c (diff)
Merge pull request #5543 from leoetlino/manual-reformat
Fix minor formatting issues
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"