remove unneeded header include

This commit is contained in:
Anthony Pesch 2017-06-06 00:43:59 -04:00
parent 5cd96f7088
commit 5a8eea244d
1 changed files with 0 additions and 1 deletions

View File

@ -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 */