mirror of https://github.com/inolen/redream.git
remove unneeded header include
This commit is contained in:
parent
5cd96f7088
commit
5a8eea244d
|
@ -1,7 +1,6 @@
|
|||
#ifndef REDREAM_ASSERT_H
|
||||
#define REDREAM_ASSERT_H
|
||||
|
||||
#include "core/debug_break.h"
|
||||
#include "core/log.h"
|
||||
|
||||
/* CHECK_* macros are usually true, hint this to the compiler if possible */
|
||||
|
|
Loading…
Reference in New Issue