From e9c3b03eba12f006375cf81770644d5988b33dd6 Mon Sep 17 00:00:00 2001 From: Misa Date: Sun, 5 Sep 2021 23:07:04 -0700 Subject: [PATCH] Remove unused `SDL.h` include from `Textbox.h` Really unsure why it was included here. Not even any downstream users of Textbox.h use any SDL functions from this include. --- desktop_version/src/Textbox.h | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop_version/src/Textbox.h b/desktop_version/src/Textbox.h index 04aed5b4..b9d1ebf8 100644 --- a/desktop_version/src/Textbox.h +++ b/desktop_version/src/Textbox.h @@ -1,7 +1,6 @@ #ifndef TEXTBOX_H #define TEXTBOX_H -#include #include #include