mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Cleanup.
This commit is contained in:
parent
2dcfe10acf
commit
74c19cce1b
1 changed files with 1 additions and 2 deletions
|
@ -3,12 +3,11 @@
|
|||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "entry.h"
|
||||
#include "entry_p.h"
|
||||
|
||||
#if ENTRY_CONFIG_USE_NATIVE && BX_PLATFORM_QNX
|
||||
|
||||
#include <stdio.h>
|
||||
#include "entry.h"
|
||||
|
||||
namespace entry
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue