diff --git a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp index bf0c70a906..e57d549d94 100644 --- a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp +++ b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp @@ -9,15 +9,18 @@ #include #include #include + +// clang-format off #include // The following Windows headers must be included AFTER windows.h. -#include //NOLINT -#include //NOLINT +#include +#include +#include // initguid.h must be included before Devpkey.h -#include //NOLINT -#include //NOLINT -#include //NOLINT -#include //NOLINT +#include +#include +#include +// clang-format on #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h"