Remove xnode.h from netlist_exporter_xml.h
This commit is contained in:
parent
e234e4dc8b
commit
7fa6e13c48
|
@ -33,6 +33,7 @@
|
|||
#include <connection_graph.h>
|
||||
#include <refdes_utils.h>
|
||||
#include <wx/wfstream.h>
|
||||
#include <xnode.h> // also nests: <wx/xml/xml.h>
|
||||
|
||||
#include <symbol_lib_table.h>
|
||||
|
||||
|
|
|
@ -29,12 +29,12 @@
|
|||
#include <netlist_exporter_base.h>
|
||||
|
||||
#include <project.h>
|
||||
#include <xnode.h> // also nests: <wx/xml/xml.h>
|
||||
|
||||
#include <sch_edit_frame.h>
|
||||
|
||||
class CONNECTION_GRAPH;
|
||||
class SYMBOL_LIB_TABLE;
|
||||
class XNODE;
|
||||
|
||||
#define GENERIC_INTERMEDIATE_NETLIST_EXT wxT( "xml" )
|
||||
|
||||
|
|
Loading…
Reference in New Issue