mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user