eeschema: Remove unused include of eeschema_id.h
This commit is contained in:
parent
c1839b4cc4
commit
079423c3cc
|
@ -36,7 +36,6 @@
|
|||
#include <tools/ee_actions.h>
|
||||
#include <tools/ee_selection_tool.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include "eeschema_id.h"
|
||||
|
||||
void SCH_EDIT_FRAME::GetSchematicConnections( std::vector< wxPoint >& aConnections )
|
||||
{
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <eda_dde.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <general.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <lib_item.h>
|
||||
#include <lib_pin.h>
|
||||
#include <sch_component.h>
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <tools/ee_actions.h>
|
||||
#include <general.h>
|
||||
#include <sch_text.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <sch_view.h>
|
||||
|
||||
#include <wx/tokenzr.h>
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
#include <dialogs/panel_libedit_settings.h>
|
||||
#include <sch_painter.h>
|
||||
#include "sch_junction.h"
|
||||
#include "eeschema_id.h"
|
||||
|
||||
static int s_defaultBusThickness = DEFAULTBUSTHICKNESS;
|
||||
static int s_defaultWireThickness = DEFAULTDRAWLINETHICKNESS;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <richio.h>
|
||||
#include <trace_helpers.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <id.h>
|
||||
#include <class_library.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <sch_sheet.h>
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#include <sch_component.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <lib_view_frame.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <symbol_lib_table.h>
|
||||
|
||||
#include <dialog_choose_component.h>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <tools/ee_actions.h>
|
||||
#include <tools/ee_selection_tool.h>
|
||||
#include <lib_manager.h>
|
||||
#include "eeschema_id.h"
|
||||
#include "lib_edit_frame.h"
|
||||
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <confirm.h>
|
||||
#include <preview_items/selection_area.h>
|
||||
#include <class_library.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <lib_view_frame.h>
|
||||
#include <sch_base_frame.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <gr_basic.h>
|
||||
#include <common.h>
|
||||
#include <kicad_string.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <id.h>
|
||||
#include <pgm_base.h>
|
||||
#include <kiway.h>
|
||||
#include <sch_draw_panel.h>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include <tools/sch_line_wire_bus_tool.h>
|
||||
#include <ee_collectors.h>
|
||||
#include <painter.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <eeschema_id.h> // For MAX_SELECT_ITEM_IDS
|
||||
#include <menus_helpers.h>
|
||||
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <tool/tool_manager.h>
|
||||
#include <tools/ee_actions.h>
|
||||
#include <tools/lib_control.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <lib_view_frame.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <ee_actions.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <sch_view.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <confirm.h>
|
||||
#include <view/view_controls.h>
|
||||
#include <view/view.h>
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <confirm.h>
|
||||
#include <sch_view.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <dialogs/dialog_lib_edit_draw_item.h>
|
||||
#include <dialogs/dialog_lib_edit_text.h>
|
||||
#include <dialogs/dialog_edit_one_field.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <tool/tool_manager.h>
|
||||
#include <tools/ee_selection_tool.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <confirm.h>
|
||||
#include <ee_actions.h>
|
||||
#include <sch_view.h>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <sch_line.h>
|
||||
#include <connection_graph.h>
|
||||
#include <erc.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <netlist_object.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <tool/picker_tool.h>
|
||||
|
|
Loading…
Reference in New Issue