1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 05:58:30 +02:00

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.
This commit is contained in:
Misa 2021-09-05 23:07:04 -07:00
parent 69fcdf9217
commit e9c3b03eba

View File

@ -1,7 +1,6 @@
#ifndef TEXTBOX_H
#define TEXTBOX_H
#include <SDL.h>
#include <string>
#include <vector>