diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-06-25 22:21:49 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-06-25 22:21:49 -0400 |
| commit | a5aac685d6e28a880ea1e5c9e110c9d8dbfa9721 (patch) | |
| tree | 68d7460a72f7c0d1993aea1f5de9f230822405db /Source/Core/DiscIO/NANDContentLoader.cpp | |
| parent | d0ad84f69bbf7b1f2caa7d6e09dfcc79aaba0c35 (diff) | |
| parent | ca5340ebde1c4204f7299daa815f50a05aa0c8dc (diff) | |
Merge pull request #465 from lioncash/logging
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.cpp | 2 |
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" |
