summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.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/VideoBackends/Software/SWmain.cpp
parentd0ad84f69bbf7b1f2caa7d6e09dfcc79aaba0c35 (diff)
Centralize the logging code into its own folder in Common.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 08c955abdb..6fe4cf4dcb 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -7,8 +7,8 @@
#include "Common/Atomic.h"
#include "Common/Common.h"
#include "Common/FileUtil.h"
-#include "Common/LogManager.h"
#include "Common/StringUtil.h"
+#include "Common/Logging/LogManager.h"
#include "Core/ConfigManager.h"
#include "Core/Core.h"