Remove useless wx/wx.h include, that create sometimes compil warnings on msys.

wx/wx.h includes all wxWidgets .h files, and sometimes creates collision
names in #define between kicad and windows headers
Moreover, blindly including a lot of useless files is compil time consuming
This commit is contained in:
jean-pierre charras
2021-05-01 19:32:15 +02:00
parent cc1bfd4c18
commit 0427bda768
72 changed files with 120 additions and 26 deletions
+1
View File
@@ -48,6 +48,7 @@
#include <tools/ee_actions.h>
#include <eeschema_settings.h>
#include <wx/ffile.h>
#include <wx/filedlg.h>
#include <dialog_shim.h>
SIM_PLOT_TYPE operator|( SIM_PLOT_TYPE aFirst, SIM_PLOT_TYPE aSecond )