summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/DInput
diff options
context:
space:
mode:
authorMichael Maltese <michaeljosephmaltese@gmail.com>2017-01-23 00:53:51 -0800
committerMichael Maltese <michaeljosephmaltese@gmail.com>2017-01-23 16:23:37 -0800
commit0bc40cacda333910d7ebfc403122c2b914cd8778 (patch)
treeeb5b130bb361060a0028d095a65ad30650d18af5 /Source/Core/InputCommon/ControllerInterface/DInput
parent713ec5ffd526aa5c783e4c6a13bcc45c453e2c10 (diff)
No longer need to //clang-format off for Windows headers
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DInput')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/DInput/XInputFilter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/XInputFilter.cpp b/Source/Core/InputCommon/ControllerInterface/DInput/XInputFilter.cpp
index 246501dd70..c873a304d5 100644
--- a/Source/Core/InputCommon/ControllerInterface/DInput/XInputFilter.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/DInput/XInputFilter.cpp
@@ -6,10 +6,8 @@
#include <unordered_set>
#include <vector>
-// clang-format off
#include <Windows.h>
#include <SetupAPI.h>
-// clang-format on
namespace ciface
{