mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 04:37:52 +00:00
Remove unused includes to common/thread.h
This commit is contained in:
parent
bb730855e5
commit
f8c05e53c4
2 changed files with 0 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
||||||
#include "common/log_manager.h"
|
#include "common/log_manager.h"
|
||||||
#include "common/console_listener.h"
|
#include "common/console_listener.h"
|
||||||
#include "common/timer.h"
|
#include "common/timer.h"
|
||||||
#include "common/thread.h"
|
|
||||||
|
|
||||||
void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file, int line,
|
void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file, int line,
|
||||||
const char* function, const char* fmt, ...)
|
const char* function, const char* fmt, ...)
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "common/thread.h"
|
|
||||||
|
|
||||||
#include "core/arm/skyeye_common/armdefs.h"
|
#include "core/arm/skyeye_common/armdefs.h"
|
||||||
|
|
||||||
typedef struct ARM_CPU_State_s {
|
typedef struct ARM_CPU_State_s {
|
||||||
|
|
Loading…
Reference in a new issue