diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-06-05 19:29:54 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-06-25 22:11:42 -0400 |
| commit | ca5340ebde1c4204f7299daa815f50a05aa0c8dc (patch) | |
| tree | 68d7460a72f7c0d1993aea1f5de9f230822405db /Source/Core/VideoCommon/AVIDump.cpp | |
| parent | d0ad84f69bbf7b1f2caa7d6e09dfcc79aaba0c35 (diff) | |
Centralize the logging code into its own folder in Common.
Diffstat (limited to 'Source/Core/VideoCommon/AVIDump.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/AVIDump.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/AVIDump.cpp b/Source/Core/VideoCommon/AVIDump.cpp index 39cf100f9f..7cadd77f40 100644 --- a/Source/Core/VideoCommon/AVIDump.cpp +++ b/Source/Core/VideoCommon/AVIDump.cpp @@ -10,8 +10,9 @@ #include "Common/CommonPaths.h" #include "Common/FileUtil.h" -#include "Common/Log.h" #include "Common/StringUtil.h" +#include "Common/Logging/Log.h" + #include "Core/HW/VideoInterface.h" //for TargetRefreshRate #include "VideoCommon/AVIDump.h" #include "VideoCommon/VideoConfig.h" |
