mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01: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:
parent
69fcdf9217
commit
e9c3b03eba
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#ifndef TEXTBOX_H
|
||||
#define TEXTBOX_H
|
||||
|
||||
#include <SDL.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in a new issue