From a68fdb20de23c89953342b305ea103dff319b435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Mon, 9 Mar 2026 21:28:53 +0100 Subject: [PATCH] removed unused headers --- SakuraVNE/src/Application.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SakuraVNE/src/Application.cpp b/SakuraVNE/src/Application.cpp index 23bdeca..e1aef8a 100644 --- a/SakuraVNE/src/Application.cpp +++ b/SakuraVNE/src/Application.cpp @@ -1,11 +1,6 @@ #include "Application.h" #include "Event.h" #include "Log.h" -#include "SDL3/SDL.h" -#include "SDL3/SDL_error.h" -#include "SDL3/SDL_events.h" -#include "SDL3/SDL_init.h" -#include "SDL3/SDL_video.h" #include "imgui.h" #include "imgui_impl_sdl3.h" #include "imgui_impl_sdlrenderer3.h"