mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-21 10:47:41 +00:00
Fixed not needed standard includes in test program.
This commit is contained in:
parent
ed5435034d
commit
aaefa6a855
|
@ -14,9 +14,6 @@
|
||||||
|
|
||||||
/* Sample program: Draw a Chess Board by using SDL_CreateSoftwareRenderer API */
|
/* Sample program: Draw a Chess Board by using SDL_CreateSoftwareRenderer API */
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue