diff --git a/Source/DSPSpy/ConsoleHelper.h b/Source/DSPSpy/ConsoleHelper.h index e616db6a160..1f4285fc703 100644 --- a/Source/DSPSpy/ConsoleHelper.h +++ b/Source/DSPSpy/ConsoleHelper.h @@ -4,10 +4,10 @@ #pragma once +#include +#include #include #include -#include -#include #define CON_BLACK 0 #define CON_RED 1 diff --git a/Source/DSPSpy/Stubs.cpp b/Source/DSPSpy/Stubs.cpp index 2f738f8c512..335586a0661 100644 --- a/Source/DSPSpy/Stubs.cpp +++ b/Source/DSPSpy/Stubs.cpp @@ -18,8 +18,8 @@ // Stubs to make DSPCore compile as part of DSPSpy. /* -#include #include +#include #include diff --git a/Source/DSPSpy/main_spy.cpp b/Source/DSPSpy/main_spy.cpp index 26e18dc0a5c..665e7bb1b83 100644 --- a/Source/DSPSpy/main_spy.cpp +++ b/Source/DSPSpy/main_spy.cpp @@ -9,17 +9,17 @@ // Use Dolphin's dsptool to generate a new dsp_code.h. // Originally written by duddie and modified by FIRES. Then further modified by ector. +#include +#include +#include #include #include +#include +#include #include #include #include -#include -#include #include -#include -#include -#include #include #include diff --git a/Source/PCH/pch.h b/Source/PCH/pch.h index 5402a27a449..04331e664e2 100644 --- a/Source/PCH/pch.h +++ b/Source/PCH/pch.h @@ -27,14 +27,14 @@ #endif #include #include -#include #include +#include #include #include #include #include -#include #include +#include #include #include #ifndef _WIN32 diff --git a/Source/UnitTests/Common/EventTest.cpp b/Source/UnitTests/Common/EventTest.cpp index 41949a893d7..6194dcb9dd6 100644 --- a/Source/UnitTests/Common/EventTest.cpp +++ b/Source/UnitTests/Common/EventTest.cpp @@ -2,8 +2,8 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include #include +#include #include "Common/Event.h" diff --git a/Source/UnitTests/Common/FifoQueueTest.cpp b/Source/UnitTests/Common/FifoQueueTest.cpp index 6530e15dddf..042cf579830 100644 --- a/Source/UnitTests/Common/FifoQueueTest.cpp +++ b/Source/UnitTests/Common/FifoQueueTest.cpp @@ -2,8 +2,8 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include #include +#include #include "Common/FifoQueue.h" diff --git a/Source/UnitTests/Common/FlagTest.cpp b/Source/UnitTests/Common/FlagTest.cpp index 2c087fd7399..a4e38652528 100644 --- a/Source/UnitTests/Common/FlagTest.cpp +++ b/Source/UnitTests/Common/FlagTest.cpp @@ -3,8 +3,8 @@ // Refer to the license.txt file included. #include -#include #include +#include #include "Common/Flag.h" diff --git a/Source/UnitTests/Common/MathUtilTest.cpp b/Source/UnitTests/Common/MathUtilTest.cpp index 95490393049..0f27ed1ea15 100644 --- a/Source/UnitTests/Common/MathUtilTest.cpp +++ b/Source/UnitTests/Common/MathUtilTest.cpp @@ -2,9 +2,9 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include #include #include +#include #include "Common/MathUtil.h" diff --git a/Source/UnitTests/Common/x64EmitterTest.cpp b/Source/UnitTests/Common/x64EmitterTest.cpp index 977b19a9bc0..614847e9555 100644 --- a/Source/UnitTests/Common/x64EmitterTest.cpp +++ b/Source/UnitTests/Common/x64EmitterTest.cpp @@ -2,8 +2,8 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include #include +#include #include // From Bochs, fallback included in Externals. #include #include diff --git a/Source/UnitTests/Core/PageFaultTest.cpp b/Source/UnitTests/Core/PageFaultTest.cpp index 62a3e4bffad..8db624809c3 100644 --- a/Source/UnitTests/Core/PageFaultTest.cpp +++ b/Source/UnitTests/Core/PageFaultTest.cpp @@ -6,7 +6,7 @@ #include "Core/PowerPC/JitCommon/JitBase.h" // include order is important -#include +#include // NOLINT #if _M_X86_64 || _M_ARM_32 enum