Remove un-needed header inclusion

This commit is contained in:
stujones11 2018-08-07 20:58:26 +01:00 committed by sfan5
parent 323c860045
commit 88ba1c70d3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <IGUIButton.h>
#include <IGUIStaticText.h>
#include <IGUIFont.h>
#include "keycode.h"
#include "porting.h"
#include "gettext.h"