mirror of https://github.com/bkaradzic/bgfx
Cleanup.
This commit is contained in:
parent
93a2bbb6c6
commit
87acea36e7
|
@ -7,8 +7,6 @@
|
|||
|
||||
#if ENTRY_CONFIG_USE_NOOP
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
namespace entry
|
||||
{
|
||||
const Event* poll()
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue