From fc3cea2ccada3153d985f745bff0a28c9e4b652e Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 6 Jun 2021 09:34:57 -0400 Subject: [PATCH] Remove wx/xml/xml.h from sch_eagle_plugin.h --- eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp | 1 + eeschema/sch_plugins/eagle/sch_eagle_plugin.h | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp b/eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp index 85fcd2ba8f..67dfe5d6aa 100644 --- a/eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp +++ b/eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include #include diff --git a/eeschema/sch_plugins/eagle/sch_eagle_plugin.h b/eeschema/sch_plugins/eagle/sch_eagle_plugin.h index 554e6429c5..76c572fbfd 100644 --- a/eeschema/sch_plugins/eagle/sch_eagle_plugin.h +++ b/eeschema/sch_plugins/eagle/sch_eagle_plugin.h @@ -25,8 +25,6 @@ #ifndef _SCH_EAGLE_PLUGIN_H_ #define _SCH_EAGLE_PLUGIN_H_ -#include - #include #include #include @@ -59,6 +57,7 @@ class LIB_RECTANGLE; class LIB_POLYLINE; class LIB_PIN; class LIB_TEXT; +class wxXmlNode; typedef struct EAGLE_LIBRARY