Avoid include wx/wx.h in many files that do not actually use this include.

Including wx.h includes the full set of wxWidgets include files, that is not good,
and can create some conflicts with some Windows headers on msys2.
This commit is contained in:
jean-pierre charras
2020-10-18 18:21:34 +02:00
parent a5c9151800
commit f6b4b66a86
39 changed files with 131 additions and 78 deletions
@@ -41,7 +41,7 @@ popt.SetOutputDirectory(plotDir)
# Set some important plot options (see pcb_plot_params.h):
popt.SetPlotFrameRef(False) #do not change it
popt.SetLineWidth(FromMM(0.35))
popt.SetSketchPadLineWidth(FromMM(0.1))
popt.SetAutoScale(False) #do not change it
popt.SetScale(1) #do not change it