SDL: Sort includes

From c40e9cc634b26f095e1307e3e57e3e33e2868e72 Mon Sep 17 00:00:00 2001
From: Susko3 <[EMAIL REDACTED]>
Date: Mon, 1 Apr 2024 01:58:25 +0200
Subject: [PATCH] Sort includes

---
 include/SDL3/SDL.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL.h b/include/SDL3/SDL.h
index 8dac3e9f97bf9..b178d2ade3019 100644
--- a/include/SDL3/SDL.h
+++ b/include/SDL3/SDL.h
@@ -49,6 +49,7 @@
 #include <SDL3/SDL_hidapi.h>
 #include <SDL3/SDL_hints.h>
 #include <SDL3/SDL_init.h>
+#include <SDL3/SDL_iostream.h>
 #include <SDL3/SDL_joystick.h>
 #include <SDL3/SDL_keyboard.h>
 #include <SDL3/SDL_keycode.h>
@@ -68,7 +69,6 @@
 #include <SDL3/SDL_quit.h>
 #include <SDL3/SDL_rect.h>
 #include <SDL3/SDL_render.h>
-#include <SDL3/SDL_iostream.h>
 #include <SDL3/SDL_scancode.h>
 #include <SDL3/SDL_sensor.h>
 #include <SDL3/SDL_storage.h>