Remove pcb_group include from board header
This commit is contained in:
parent
7bbf1b07b7
commit
23f8851409
|
@ -459,6 +459,7 @@ add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/pcbnew_wrap.cxx
|
|||
DEPENDS python/swig/footprint.i
|
||||
DEPENDS python/swig/netinfo.i
|
||||
DEPENDS python/swig/pad.i
|
||||
DEPENDS python/swig/pcb_group.i
|
||||
DEPENDS python/swig/pcb_text.i
|
||||
DEPENDS python/swig/pcb_group.i
|
||||
DEPENDS python/swig/plugins.i
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <array_pad_name_provider.h>
|
||||
#include <board_commit.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pad_naming.h>
|
||||
|
||||
#include <dialogs/dialog_create_array.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include <board_design_settings.h>
|
||||
#include <board_item_container.h>
|
||||
#include <pcb_group.h>
|
||||
#include <footprint.h>
|
||||
#include <common.h> // Needed for stl hash extensions
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
|
@ -45,6 +44,7 @@ class BOARD;
|
|||
class ZONE;
|
||||
class TRACK;
|
||||
class PAD;
|
||||
class PCB_GROUP;
|
||||
class PCB_MARKER;
|
||||
class MSG_PANEL_ITEM;
|
||||
class NETLIST;
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <board.h>
|
||||
#include <footprint.h>
|
||||
#include <pcb_edit_frame.h>
|
||||
#include <pcb_group.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <tools/pcb_selection_tool.h>
|
||||
#include <view/view.h>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <dialog_cleanup_graphics.h>
|
||||
#include <board_commit.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <tools/pcb_actions.h>
|
||||
#include <graphics_cleaner.h>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <dialog_cleanup_tracks_and_vias.h>
|
||||
#include <board_commit.h>
|
||||
#include <pcb_edit_frame.h>
|
||||
#include <pcbnew_settings.h>
|
||||
#include <tool/tool_manager.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include <board.h>
|
||||
#include <board_commit.h>
|
||||
#include <dimension.h>
|
||||
#include <pcb_base_edit_frame.h>
|
||||
#include <pcb_layer_box_selector.h>
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <kiway.h>
|
||||
#include <macros.h>
|
||||
#include <pcb_edit_frame.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcbnew_settings.h>
|
||||
#include <project.h>
|
||||
#include <wx_html_report_panel.h>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <board_commit.h>
|
||||
#include <confirm.h>
|
||||
#include <dialog_footprint_properties_fp_editor.h>
|
||||
#include <footprint_edit_frame.h>
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <build_version.h>
|
||||
#include <board.h>
|
||||
#include <track.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcb_shape.h>
|
||||
#include <pcb_text.h>
|
||||
#include <fp_text.h>
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
#include <collectors.h>
|
||||
#include <pcb_draw_panel_gal.h>
|
||||
#include <math/vector2d.h>
|
||||
#include <pcb_group.h>
|
||||
|
||||
#include <pcb_painter.h>
|
||||
#include <settings/settings_manager.h>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <memory>
|
||||
#include <board.h>
|
||||
#include <track.h>
|
||||
#include <pcb_group.h>
|
||||
#include <geometry/shape_segment.h>
|
||||
#include <pcb_expr_evaluator.h>
|
||||
#include <wx/log.h>
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <pcb_shape.h>
|
||||
#include <fp_shape.h>
|
||||
#include <footprint.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcb_text.h>
|
||||
#include <project.h>
|
||||
#include <track.h>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <kiface_i.h>
|
||||
#include <locale_io.h>
|
||||
#include <macros.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcb_shape.h>
|
||||
#include <pcb_target.h>
|
||||
#include <pcb_text.h>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "pcbnew_action_plugins.h"
|
||||
#include <bitmaps.h>
|
||||
#include <board.h>
|
||||
#include <board_commit.h>
|
||||
#include <footprint.h>
|
||||
#include <track.h>
|
||||
#include <zone.h>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <painter.h>
|
||||
#include <board.h>
|
||||
#include <fp_shape.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcb_text.h>
|
||||
#include <kicad_string.h>
|
||||
#include <wx/utils.h>
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
#include <preview_items/arc_assistant.h>
|
||||
#include <board.h>
|
||||
#include <fp_shape.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcb_text.h>
|
||||
#include <dimension.h>
|
||||
#include <zone.h>
|
||||
|
|
|
@ -62,6 +62,7 @@ using namespace std::placeholders;
|
|||
#include <dialogs/dialog_track_via_properties.h>
|
||||
#include <dialogs/dialog_unit_entry.h>
|
||||
#include <board_commit.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcb_target.h>
|
||||
#include <zone_filler.h>
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <widgets/infobar.h>
|
||||
#include <bitmaps.h>
|
||||
#include <footprint.h>
|
||||
#include <pcb_group.h>
|
||||
#include <project.h>
|
||||
#include <fp_lib_table.h>
|
||||
#include <dialogs/dialog_cleanup_graphics.h>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <board_commit.h>
|
||||
#include <bitmaps.h>
|
||||
#include <dialogs/dialog_group_properties.h>
|
||||
#include <pcb_group.h>
|
||||
|
||||
|
||||
class GROUP_CONTEXT_MENU : public ACTION_MENU
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include <dialogs/dialog_paste_special.h>
|
||||
#include <dimension.h>
|
||||
#include <footprint.h>
|
||||
#include <pcb_group.h>
|
||||
#include <track.h>
|
||||
#include <zone.h>
|
||||
#include <fp_shape.h>
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <dimension.h>
|
||||
#include <fp_shape.h>
|
||||
#include <footprint.h>
|
||||
#include <pcb_group.h>
|
||||
#include <track.h>
|
||||
#include <zone.h>
|
||||
#include <geometry/shape_circle.h>
|
||||
|
|
|
@ -34,6 +34,7 @@ using namespace std::placeholders;
|
|||
#include <track.h>
|
||||
#include <footprint.h>
|
||||
#include <pcb_edit_frame.h>
|
||||
#include <pcb_group.h>
|
||||
#include <class_draw_panel_gal.h>
|
||||
#include <view/view_controls.h>
|
||||
#include <view/view_group.h>
|
||||
|
|
|
@ -33,6 +33,7 @@ using namespace std::placeholders;
|
|||
#include <clipper.hpp>
|
||||
#include <track.h>
|
||||
#include <footprint.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcb_shape.h>
|
||||
#include <pcb_text.h>
|
||||
#include <pcb_marker.h>
|
||||
|
|
|
@ -31,6 +31,7 @@ using namespace std::placeholders;
|
|||
#include <pcb_edit_frame.h>
|
||||
#include <board.h>
|
||||
#include <track.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcb_target.h>
|
||||
#include <footprint.h>
|
||||
#include <dimension.h>
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <boost/filesystem.hpp>
|
||||
#include <board.h>
|
||||
#include <footprint.h>
|
||||
#include <pcb_group.h>
|
||||
#include <pcb_text.h>
|
||||
#include <common.h>
|
||||
#include <pcbnew_utils/board_construction_utils.h>
|
||||
|
|
Loading…
Reference in New Issue