diff --git a/escher/src/run_loop.cpp b/escher/src/run_loop.cpp index a12957213..6c9ead568 100644 --- a/escher/src/run_loop.cpp +++ b/escher/src/run_loop.cpp @@ -1,8 +1,5 @@ #include #include -#ifdef __EMSCRIPTEN__ -#include -#endif RunLoop::RunLoop() : m_time(0) {