summaryrefslogtreecommitdiff
path: root/src/common/log_manager.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-08 20:15:08 -0400
committerGravatar bunnei2014-04-08 20:15:08 -0400
commitde0a034a849f5a1cbe2fed9ef2cc4095c56e672a (patch)
treec19b7a97fded29a04d7aca5702ab901820a663dc /src/common/log_manager.h
parentgot rid of 'src' folders in each sub-project (diff)
downloadyuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.gz
yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.xz
yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.zip
fixed project includes to use new directory structure
Diffstat (limited to 'src/common/log_manager.h')
-rw-r--r--src/common/log_manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/log_manager.h b/src/common/log_manager.h
index 579198ff6..580860b4d 100644
--- a/src/common/log_manager.h
+++ b/src/common/log_manager.h
@@ -5,10 +5,10 @@
5#ifndef _LOGMANAGER_H_ 5#ifndef _LOGMANAGER_H_
6#define _LOGMANAGER_H_ 6#define _LOGMANAGER_H_
7 7
8#include "log.h" 8#include "common/log.h"
9#include "string_util.h" 9#include "common/string_util.h"
10#include "thread.h" 10#include "common/thread.h"
11#include "file_util.h" 11#include "common/file_util.h"
12 12
13#include <set> 13#include <set>
14#include <string.h> 14#include <string.h>