From 9268340dccb450dbd47e2d00532c7b94f6bb5f08 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Mon, 7 Jun 2021 18:28:01 -0400 Subject: [PATCH] Kick wx.h out of pcbnew --- pcbnew/plot_brditems_plotter.cpp | 2 +- pcbnew/plugins/pcad/pcad2kicad_common.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pcbnew/plot_brditems_plotter.cpp b/pcbnew/plot_brditems_plotter.cpp index 3ab422043a..26d6fdcda1 100644 --- a/pcbnew/plot_brditems_plotter.cpp +++ b/pcbnew/plot_brditems_plotter.cpp @@ -66,7 +66,7 @@ #include #include // for wxASSERT_MSG -#include // for wxPoint, wxSize, wxArra... +#include /* class BRDITEMS_PLOTTER is a helper class to plot board items diff --git a/pcbnew/plugins/pcad/pcad2kicad_common.cpp b/pcbnew/plugins/pcad/pcad2kicad_common.cpp index bc9fe9c23c..780b8fa47a 100644 --- a/pcbnew/plugins/pcad/pcad2kicad_common.cpp +++ b/pcbnew/plugins/pcad/pcad2kicad_common.cpp @@ -35,7 +35,6 @@ #include #include -#include #include namespace PCAD2KICAD {