[escher] Remove a useless header

This commit is contained in:
Romain Goyet
2020-03-25 15:12:54 -04:00
committed by LeaNumworks
parent 8bd01b600b
commit df5c0752fb

View File

@@ -1,8 +1,5 @@
#include <escher/run_loop.h>
#include <assert.h>
#ifdef __EMSCRIPTEN__
#include <emscripten.h>
#endif
RunLoop::RunLoop() :
m_time(0) {