Remove pcbnew.h includes in headers
This commit is contained in:
parent
28909c1a72
commit
dd9b8a9f73
|
@ -32,6 +32,7 @@
|
||||||
#include <settings/parameters.h>
|
#include <settings/parameters.h>
|
||||||
#include <project/project_file.h>
|
#include <project/project_file.h>
|
||||||
#include <advanced_config.h>
|
#include <advanced_config.h>
|
||||||
|
#include <pcbnew.h>
|
||||||
|
|
||||||
const int bdsSchemaVersion = 2;
|
const int bdsSchemaVersion = 2;
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
#include <board_commit.h>
|
#include <board_commit.h>
|
||||||
#include <pcb_edit_frame.h>
|
#include <pcb_edit_frame.h>
|
||||||
#include <pcb_layer_box_selector.h>
|
#include <pcb_layer_box_selector.h>
|
||||||
|
#include <pcbnew.h>
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <footprint.h>
|
#include <footprint.h>
|
||||||
#include <dimension.h>
|
#include <dimension.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef _DIALOG_PAD_PROPERTIES_H_
|
#ifndef _DIALOG_PAD_PROPERTIES_H_
|
||||||
#define _DIALOG_PAD_PROPERTIES_H_
|
#define _DIALOG_PAD_PROPERTIES_H_
|
||||||
|
|
||||||
#include <pcbnew.h>
|
|
||||||
#include <pcb_base_frame.h>
|
#include <pcb_base_frame.h>
|
||||||
#include <base_units.h>
|
#include <base_units.h>
|
||||||
#include <wx/valnum.h>
|
#include <wx/valnum.h>
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include <kicad_string.h>
|
#include <kicad_string.h>
|
||||||
#include <pcb_text.h>
|
#include <pcb_text.h>
|
||||||
#include <fp_text.h>
|
#include <fp_text.h>
|
||||||
|
#include <pcbnew.h>
|
||||||
#include <pcb_edit_frame.h>
|
#include <pcb_edit_frame.h>
|
||||||
#include <pcb_layer_box_selector.h>
|
#include <pcb_layer_box_selector.h>
|
||||||
#include <wx/valnum.h>
|
#include <wx/valnum.h>
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
#include <base_units.h>
|
#include <base_units.h>
|
||||||
#include <widgets/ui_common.h>
|
#include <widgets/ui_common.h>
|
||||||
#include <wx/log.h>
|
#include <wx/log.h>
|
||||||
|
#include <pcbnew.h>
|
||||||
|
|
||||||
|
|
||||||
///! Update the schema version whenever a migration is required
|
///! Update the schema version whenever a migration is required
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <geometry/shape_poly_set.h>
|
#include <geometry/shape_poly_set.h>
|
||||||
#include <geometry/shape_compound.h>
|
#include <geometry/shape_compound.h>
|
||||||
#include <pad_shapes.h>
|
#include <pad_shapes.h>
|
||||||
#include <pcbnew.h>
|
|
||||||
|
|
||||||
class PCB_SHAPE;
|
class PCB_SHAPE;
|
||||||
class PARAM_CFG;
|
class PARAM_CFG;
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <boost/ptr_container/ptr_set.hpp>
|
#include <boost/ptr_container/ptr_set.hpp>
|
||||||
|
|
||||||
#include <specctra_import_export/specctra_lexer.h>
|
#include <specctra_import_export/specctra_lexer.h>
|
||||||
#include <pcbnew.h>
|
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,6 @@
|
||||||
#include <board_item.h>
|
#include <board_item.h>
|
||||||
#include <convert_to_biu.h>
|
#include <convert_to_biu.h>
|
||||||
#include <pcb_display_options.h>
|
#include <pcb_display_options.h>
|
||||||
#include <pcbnew.h>
|
|
||||||
|
|
||||||
#include <geometry/seg.h>
|
#include <geometry/seg.h>
|
||||||
#include <geometry/shape_arc.h>
|
#include <geometry/shape_arc.h>
|
||||||
|
|
Loading…
Reference in New Issue