From dba5c66806332b8a64742a618e83a24cffc19af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Mon, 9 Mar 2026 14:36:17 +0100 Subject: [PATCH] removed unused log header from main.cpp --- SakuraVNE/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SakuraVNE/src/main.cpp b/SakuraVNE/src/main.cpp index c619aec..5fe0988 100644 --- a/SakuraVNE/src/main.cpp +++ b/SakuraVNE/src/main.cpp @@ -1,7 +1,6 @@ #define SDL_MAIN_HANDLED #include "Application.h" -#include "Log.h" int main(int argc, char *argv[]) { Application app;