diff --git a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp index d580126a6b..f306465b01 100644 --- a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp +++ b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp @@ -7,16 +7,16 @@ #define NTDDI_VERSION NTDDI_WINXPSP2 #include -#include -#include #include #include #include -#include -#include #include #include #include +// The following Windows headers MUST be included after windows.h. +#include //NOLINT +#include //NOLINT +#include //NOLINT #include "Common/Common.h" #include "Common/StringUtil.h"