From b0bde31ac08d41c279944d13ffd95fefa39a3ca8 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 1 Mar 2015 14:52:09 +0100 Subject: Fix include order of files outside of Source/Core --- Source/UnitTests/Core/PageFaultTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/UnitTests/Core/PageFaultTest.cpp') diff --git a/Source/UnitTests/Core/PageFaultTest.cpp b/Source/UnitTests/Core/PageFaultTest.cpp index 62a3e4bffa..8db624809c 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 -- cgit v1.2.3