summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/NANDContentLoader.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-06-05 19:29:54 -0400
committerLioncash <mathew1800@gmail.com>2014-06-25 22:11:42 -0400
commitca5340ebde1c4204f7299daa815f50a05aa0c8dc (patch)
tree68d7460a72f7c0d1993aea1f5de9f230822405db /Source/Core/DiscIO/NANDContentLoader.cpp
parentd0ad84f69bbf7b1f2caa7d6e09dfcc79aaba0c35 (diff)
Centralize the logging code into its own folder in Common.
Diffstat (limited to 'Source/Core/DiscIO/NANDContentLoader.cpp')
-rw-r--r--Source/Core/DiscIO/NANDContentLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/NANDContentLoader.cpp b/Source/Core/DiscIO/NANDContentLoader.cpp
index fec20cd4b5..dbd1fc0ead 100644
--- a/Source/Core/DiscIO/NANDContentLoader.cpp
+++ b/Source/Core/DiscIO/NANDContentLoader.cpp
@@ -14,10 +14,10 @@
#include "Common/Common.h"
#include "Common/FileUtil.h"
-#include "Common/Log.h"
#include "Common/MathUtil.h"
#include "Common/NandPaths.h"
#include "Common/StringUtil.h"
+#include "Common/Logging/Log.h"
#include "DiscIO/NANDContentLoader.h"
#include "DiscIO/Volume.h"