diff --git a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp index 603eec42ed..6cfea743bb 100644 --- a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp +++ b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp @@ -9,17 +9,17 @@ #include #include -// clang-format off #include -// The following Windows headers must be included AFTER windows.h. #include #include -#include -#include -// initguid.h must be included before Devpkey.h -#include #include +#include #include + +// initguid.h must be included before Devpkey.h +// clang-format off +#include +#include // clang-format on #include "Common/CommonFuncs.h" 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 #include -// clang-format off #include #include -// clang-format on namespace ciface {