From d9b2b9a4b6210495b64f73c6b30d3dd043706a61 Mon Sep 17 00:00:00 2001 From: png261 Date: Thu, 11 May 2023 07:43:57 +0700 Subject: [PATCH] chore: remove useless comments --- src/SDL.hpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/SDL.hpp b/src/SDL.hpp index b70e1d1..d253f7a 100644 --- a/src/SDL.hpp +++ b/src/SDL.hpp @@ -1,11 +1,10 @@ #pragma once -#include // SDL2 -#include // SDL2_Image -#include // SDL2_Mixer -#include // SDL2_TTF - -#include "SDL2_gfxPrimitives.hpp" // SDL2_GFX +#include +#include +#include +#include +#include "SDL2_gfxPrimitives.hpp" namespace SDL { void init();