diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-03-01 14:52:09 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-03-01 14:54:22 +0100 |
| commit | b0bde31ac08d41c279944d13ffd95fefa39a3ca8 (patch) | |
| tree | ebf167e4022c08b73e09886323aff92de89d53b3 /Source/UnitTests/Core/PageFaultTest.cpp | |
| parent | 4304648a05a4cf0d380c11de1f2fad396a0c97e8 (diff) | |
Fix include order of files outside of Source/Core
Diffstat (limited to 'Source/UnitTests/Core/PageFaultTest.cpp')
| -rw-r--r-- | Source/UnitTests/Core/PageFaultTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gtest/gtest.h> +#include <gtest/gtest.h> // NOLINT #if _M_X86_64 || _M_ARM_32 enum |
