Remove wx/xml/xml.h from sch_eagle_plugin.h

This commit is contained in:
Marek Roszko 2021-06-06 09:34:57 -04:00
parent dc28a91e16
commit fc3cea2cca
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,7 @@
#include <wx/filename.h>
#include <wx/tokenzr.h>
#include <wx/wfstream.h>
#include <wx/xml/xml.h>
#include <class_library.h>
#include <plugins/eagle/eagle_parser.h>

View File

@ -25,8 +25,6 @@
#ifndef _SCH_EAGLE_PLUGIN_H_
#define _SCH_EAGLE_PLUGIN_H_
#include <wx/xml/xml.h>
#include <sch_line.h>
#include <sch_io_mgr.h>
#include <plugins/eagle/eagle_parser.h>
@ -59,6 +57,7 @@ class LIB_RECTANGLE;
class LIB_POLYLINE;
class LIB_PIN;
class LIB_TEXT;
class wxXmlNode;
typedef struct EAGLE_LIBRARY