refactor: removed unused android includes

This commit is contained in:
2021-11-10 15:09:34 +01:00
parent 1194dcf32d
commit cd9358f0b9

View File

@@ -22,11 +22,6 @@
#include <SDL2/SDL_render.h> #include <SDL2/SDL_render.h>
#ifdef __ANDROID__
#include <sstream>
#include <android/log.h>
#endif
namespace Display { namespace Display {
static SDL_Window* window; static SDL_Window* window;