Kick wx.h out of pcbnew

This commit is contained in:
Marek Roszko 2021-06-07 18:28:01 -04:00
parent 551ddee29e
commit 9268340dcc
2 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,7 @@
#include <zone.h>
#include <wx/debug.h> // for wxASSERT_MSG
#include <wx/wx.h> // for wxPoint, wxSize, wxArra...
#include <wx/gdicmn.h>
/* class BRDITEMS_PLOTTER is a helper class to plot board items

View File

@ -35,7 +35,6 @@
#include <trigo.h>
#include <xnode.h>
#include <wx/wx.h>
#include <wx/regex.h>
namespace PCAD2KICAD {