Remove kicad_string.h from netlist_exporter.h

This commit is contained in:
Marek Roszko 2020-10-15 18:48:53 -04:00
parent 52a12c6ccd
commit a2c3bdec0d
9 changed files with 8 additions and 2 deletions

View File

@ -30,6 +30,7 @@
#include <sch_component.h> #include <sch_component.h>
#include <schematic.h> #include <schematic.h>
#include <reporter.h> #include <reporter.h>
#include <kicad_string.h>
#include <netlist_exporters/netlist_exporter_kicad.h> #include <netlist_exporters/netlist_exporter_kicad.h>
#include <project/project_file.h> #include <project/project_file.h>
#include <project/net_settings.h> #include <project/net_settings.h>

View File

@ -23,6 +23,7 @@
*/ */
#include "dialog_signal_list.h" #include "dialog_signal_list.h"
#include <kicad_string.h>
#include <sim/sim_plot_frame.h> #include <sim/sim_plot_frame.h>
#include <sim/netlist_exporter_pspice_sim.h> #include <sim/netlist_exporter_pspice_sim.h>

View File

@ -26,8 +26,6 @@
#ifndef NETLIST_EXPORTER_H #ifndef NETLIST_EXPORTER_H
#define NETLIST_EXPORTER_H #define NETLIST_EXPORTER_H
#include <kicad_string.h>
#include <class_libentry.h> #include <class_libentry.h>
#include <lib_pin.h> #include <lib_pin.h>
#include <sch_component.h> #include <sch_component.h>

View File

@ -27,6 +27,7 @@
#include <confirm.h> #include <confirm.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <kicad_string.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <sch_reference_list.h> #include <sch_reference_list.h>

View File

@ -28,6 +28,7 @@
#include <build_version.h> #include <build_version.h>
#include <sch_base_frame.h> #include <sch_base_frame.h>
#include <class_library.h> #include <class_library.h>
#include <kicad_string.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <refdes_utils.h> #include <refdes_utils.h>

View File

@ -28,6 +28,7 @@
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <sch_reference_list.h> #include <sch_reference_list.h>
#include <kicad_string.h>
#include <class_library.h> #include <class_library.h>
#include <symbol_lib_table.h> #include <symbol_lib_table.h>

View File

@ -31,6 +31,7 @@
#include <search_stack.h> #include <search_stack.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <kicad_string.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <sch_reference_list.h> #include <sch_reference_list.h>
#include <env_paths.h> #include <env_paths.h>

View File

@ -23,6 +23,7 @@
*/ */
#include "netlist_exporter_pspice_sim.h" #include "netlist_exporter_pspice_sim.h"
#include <kicad_string.h>
#include <wx/regex.h> #include <wx/regex.h>
#include <wx/tokenzr.h> #include <wx/tokenzr.h>

View File

@ -34,6 +34,7 @@
#include <project_rescue.h> #include <project_rescue.h>
#include <erc.h> #include <erc.h>
#include <invoke_sch_dialog.h> #include <invoke_sch_dialog.h>
#include <kicad_string.h>
#include <kiway.h> #include <kiway.h>
#include <netlist_exporters/netlist_exporter_pspice.h> #include <netlist_exporters/netlist_exporter_pspice.h>
#include <project/project_file.h> #include <project/project_file.h>