Remove not needed wx/event.h include

This commit is contained in:
Marek Roszko 2021-06-03 18:54:48 -04:00
parent b1c9083743
commit c346da0ed2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#include <vector>
#include <wx/aui/aui.h>
#include <wx/event.h>
#include <layers_id_colors_and_visibility.h>
#include <frame_type.h>
#include <hotkeys_basic.h>
@ -52,6 +51,7 @@
#define KICAD_MANAGER_FRAME_NAME wxT( "KicadFrame" )
class wxChoice;
class wxEvent;
class wxFileName;
class EDA_ITEM;
class EDA_RECT;