summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/MMIOTest.cpp
diff options
context:
space:
mode:
authorMichael Maltese <mchtly@gmail.com>2017-07-09 16:17:36 -0700
committerMichael Maltese <mchtly@gmail.com>2017-07-09 16:28:54 -0700
commit8b54ac225b834b172ee46371200d8addbde08021 (patch)
tree5515a44fc813e61eeb0d1932a9b0531117f6aa55 /Source/UnitTests/Core/MMIOTest.cpp
parentdcb4386008ee28121c753bfa21ca8d732a90b944 (diff)
Merge Core/Config/Config.h into Common/Config/Config.h
Allows code in Common to take advantage of the layered config logic.
Diffstat (limited to 'Source/UnitTests/Core/MMIOTest.cpp')
-rw-r--r--Source/UnitTests/Core/MMIOTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Core/MMIOTest.cpp b/Source/UnitTests/Core/MMIOTest.cpp
index b54d82d27d..04bf850a96 100644
--- a/Source/UnitTests/Core/MMIOTest.cpp
+++ b/Source/UnitTests/Core/MMIOTest.cpp
@@ -7,8 +7,8 @@
#include <unordered_set>
#include "Common/CommonTypes.h"
+#include "Common/Config/Config.h"
#include "Common/FileUtil.h"
-#include "Core/Config/Config.h"
#include "Core/HW/MMIO.h"
#include "UICommon/UICommon.h"