Remove not needed wx/event.h include
This commit is contained in:
parent
b1c9083743
commit
c346da0ed2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue