diff options
Diffstat (limited to 'src/common/log_manager.h')
| -rw-r--r-- | src/common/log_manager.h | 8 |
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> |