mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -1,7 +1,6 @@
|
|||||||
#ifndef TEXTBOX_H
|
#ifndef TEXTBOX_H
|
||||||
#define TEXTBOX_H
|
#define TEXTBOX_H
|
||||||
|
|
||||||
#include <SDL.h>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user