eeschema: Remove unused include of eeschema_id.h

This commit is contained in:
Ian McInerney 2020-01-03 16:04:54 +00:00
parent c1839b4cc4
commit 079423c3cc
15 changed files with 3 additions and 15 deletions

View File

@ -36,7 +36,6 @@
#include <tools/ee_actions.h> #include <tools/ee_actions.h>
#include <tools/ee_selection_tool.h> #include <tools/ee_selection_tool.h>
#include <tool/tool_manager.h> #include <tool/tool_manager.h>
#include "eeschema_id.h"
void SCH_EDIT_FRAME::GetSchematicConnections( std::vector< wxPoint >& aConnections ) void SCH_EDIT_FRAME::GetSchematicConnections( std::vector< wxPoint >& aConnections )
{ {

View File

@ -31,7 +31,6 @@
#include <eda_dde.h> #include <eda_dde.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <general.h> #include <general.h>
#include <eeschema_id.h>
#include <lib_item.h> #include <lib_item.h>
#include <lib_pin.h> #include <lib_pin.h>
#include <sch_component.h> #include <sch_component.h>

View File

@ -33,7 +33,6 @@
#include <tools/ee_actions.h> #include <tools/ee_actions.h>
#include <general.h> #include <general.h>
#include <sch_text.h> #include <sch_text.h>
#include <eeschema_id.h>
#include <sch_view.h> #include <sch_view.h>
#include <wx/tokenzr.h> #include <wx/tokenzr.h>

View File

@ -45,7 +45,6 @@
#include <dialogs/panel_libedit_settings.h> #include <dialogs/panel_libedit_settings.h>
#include <sch_painter.h> #include <sch_painter.h>
#include "sch_junction.h" #include "sch_junction.h"
#include "eeschema_id.h"
static int s_defaultBusThickness = DEFAULTBUSTHICKNESS; static int s_defaultBusThickness = DEFAULTBUSTHICKNESS;
static int s_defaultWireThickness = DEFAULTDRAWLINETHICKNESS; static int s_defaultWireThickness = DEFAULTDRAWLINETHICKNESS;

View File

@ -34,7 +34,7 @@
#include <richio.h> #include <richio.h>
#include <trace_helpers.h> #include <trace_helpers.h>
#include <tool/tool_manager.h> #include <tool/tool_manager.h>
#include <eeschema_id.h> #include <id.h>
#include <class_library.h> #include <class_library.h>
#include <lib_edit_frame.h> #include <lib_edit_frame.h>
#include <sch_sheet.h> #include <sch_sheet.h>

View File

@ -39,7 +39,6 @@
#include <sch_component.h> #include <sch_component.h>
#include <lib_edit_frame.h> #include <lib_edit_frame.h>
#include <lib_view_frame.h> #include <lib_view_frame.h>
#include <eeschema_id.h>
#include <symbol_lib_table.h> #include <symbol_lib_table.h>
#include <dialog_choose_component.h> #include <dialog_choose_component.h>

View File

@ -30,7 +30,6 @@
#include <tools/ee_actions.h> #include <tools/ee_actions.h>
#include <tools/ee_selection_tool.h> #include <tools/ee_selection_tool.h>
#include <lib_manager.h> #include <lib_manager.h>
#include "eeschema_id.h"
#include "lib_edit_frame.h" #include "lib_edit_frame.h"

View File

@ -31,7 +31,6 @@
#include <confirm.h> #include <confirm.h>
#include <preview_items/selection_area.h> #include <preview_items/selection_area.h>
#include <class_library.h> #include <class_library.h>
#include <eeschema_id.h>
#include <lib_edit_frame.h> #include <lib_edit_frame.h>
#include <lib_view_frame.h> #include <lib_view_frame.h>
#include <sch_base_frame.h> #include <sch_base_frame.h>

View File

@ -33,7 +33,7 @@
#include <gr_basic.h> #include <gr_basic.h>
#include <common.h> #include <common.h>
#include <kicad_string.h> #include <kicad_string.h>
#include <eeschema_id.h> #include <id.h>
#include <pgm_base.h> #include <pgm_base.h>
#include <kiway.h> #include <kiway.h>
#include <sch_draw_panel.h> #include <sch_draw_panel.h>

View File

@ -44,7 +44,7 @@
#include <tools/sch_line_wire_bus_tool.h> #include <tools/sch_line_wire_bus_tool.h>
#include <ee_collectors.h> #include <ee_collectors.h>
#include <painter.h> #include <painter.h>
#include <eeschema_id.h> #include <eeschema_id.h> // For MAX_SELECT_ITEM_IDS
#include <menus_helpers.h> #include <menus_helpers.h>

View File

@ -28,7 +28,6 @@
#include <tool/tool_manager.h> #include <tool/tool_manager.h>
#include <tools/ee_actions.h> #include <tools/ee_actions.h>
#include <tools/lib_control.h> #include <tools/lib_control.h>
#include <eeschema_id.h>
#include <lib_edit_frame.h> #include <lib_edit_frame.h>
#include <lib_view_frame.h> #include <lib_view_frame.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>

View File

@ -25,7 +25,6 @@
#include <ee_actions.h> #include <ee_actions.h>
#include <lib_edit_frame.h> #include <lib_edit_frame.h>
#include <sch_view.h> #include <sch_view.h>
#include <eeschema_id.h>
#include <confirm.h> #include <confirm.h>
#include <view/view_controls.h> #include <view/view_controls.h>
#include <view/view.h> #include <view/view.h>

View File

@ -33,7 +33,6 @@
#include <confirm.h> #include <confirm.h>
#include <sch_view.h> #include <sch_view.h>
#include <lib_edit_frame.h> #include <lib_edit_frame.h>
#include <eeschema_id.h>
#include <dialogs/dialog_lib_edit_draw_item.h> #include <dialogs/dialog_lib_edit_draw_item.h>
#include <dialogs/dialog_lib_edit_text.h> #include <dialogs/dialog_lib_edit_text.h>
#include <dialogs/dialog_edit_one_field.h> #include <dialogs/dialog_edit_one_field.h>

View File

@ -25,7 +25,6 @@
#include <tool/tool_manager.h> #include <tool/tool_manager.h>
#include <tools/ee_selection_tool.h> #include <tools/ee_selection_tool.h>
#include <lib_edit_frame.h> #include <lib_edit_frame.h>
#include <eeschema_id.h>
#include <confirm.h> #include <confirm.h>
#include <ee_actions.h> #include <ee_actions.h>
#include <sch_view.h> #include <sch_view.h>

View File

@ -30,7 +30,6 @@
#include <sch_line.h> #include <sch_line.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <erc.h> #include <erc.h>
#include <eeschema_id.h>
#include <netlist_object.h> #include <netlist_object.h>
#include <tool/tool_manager.h> #include <tool/tool_manager.h>
#include <tool/picker_tool.h> #include <tool/picker_tool.h>