Remove some redundant header includes

This commit is contained in:
Timothy Warren 2015-04-01 10:32:28 -04:00
parent 529b28c64b
commit 56b2028305
1 changed files with 0 additions and 3 deletions

View File

@ -11,10 +11,7 @@
#define TYROAPP_H
#include <wx/app.h>
#include <wx/string.h>
#include <wx/notebook.h>
#include <wx/aui/aui.h>
#include <wx/stc/stc.h>
class TyroApp : public wxApp
{