This commit is contained in:
Branimir Karadžić 2017-07-24 21:04:30 -07:00
parent 93a2bbb6c6
commit 87acea36e7
3 changed files with 0 additions and 5 deletions

View File

@ -7,8 +7,6 @@
#if ENTRY_CONFIG_USE_NOOP
#include <stdio.h>
namespace entry
{
const Event* poll()

View File

@ -25,7 +25,6 @@ BX_PRAGMA_DIAGNOSTIC_POP()
# undef None
#endif // defined(None)
#include <stdio.h>
#include <bx/mutex.h>
#include <bx/thread.h>
#include <bx/handlealloc.h>

View File

@ -9,8 +9,6 @@
#include <bx/string.h>
#include <bx/timer.h>
#include <stdio.h>
void showExampleDialog(entry::AppI* _app, const char* _errorText)
{
char temp[1024];