Remove xnode.h from netlist_exporter_xml.h

This commit is contained in:
Marek Roszko 2021-06-06 09:32:36 -04:00
parent e234e4dc8b
commit 7fa6e13c48
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
#include <connection_graph.h> #include <connection_graph.h>
#include <refdes_utils.h> #include <refdes_utils.h>
#include <wx/wfstream.h> #include <wx/wfstream.h>
#include <xnode.h> // also nests: <wx/xml/xml.h>
#include <symbol_lib_table.h> #include <symbol_lib_table.h>

View File

@ -29,12 +29,12 @@
#include <netlist_exporter_base.h> #include <netlist_exporter_base.h>
#include <project.h> #include <project.h>
#include <xnode.h> // also nests: <wx/xml/xml.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
class CONNECTION_GRAPH; class CONNECTION_GRAPH;
class SYMBOL_LIB_TABLE; class SYMBOL_LIB_TABLE;
class XNODE;
#define GENERIC_INTERMEDIATE_NETLIST_EXT wxT( "xml" ) #define GENERIC_INTERMEDIATE_NETLIST_EXT wxT( "xml" )