Remove unused includes. This only removes includes that aren't used at all, not even in comments.

This commit is contained in:
Maia
2024-09-08 22:33:06 +02:00
committed by Sam Lantinga
parent aa6a0be7a8
commit 0da2bd49c8
8 changed files with 0 additions and 8 deletions

View File

@@ -94,7 +94,6 @@
#include <SDL3/SDL_mutex.h>
#include <SDL3/SDL_properties.h>
#include <SDL3/SDL_iostream.h>
#include <SDL3/SDL_thread.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */