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"