diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-06-05 12:14:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-05 12:14:22 +0200 |
| commit | e23cfc29654ece853309454a7a37306cc696af19 (patch) | |
| tree | 01b0533457eacfd93f55c11db3d41cc7b63e2229 /Source/Core/InputCommon/ControllerInterface/DInput | |
| parent | 886cb26827cc65fd073df9e0af6d958270a2aef6 (diff) | |
| parent | d9fd05680333a71211fcaf2419281e7897e2c26c (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.h | 2 |
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" |
