Remove pcbnew.h includes in headers

This commit is contained in:
Marek Roszko 2021-06-06 08:24:49 -04:00
parent 28909c1a72
commit dd9b8a9f73
8 changed files with 4 additions and 4 deletions

View File

@ -32,6 +32,7 @@
#include <settings/parameters.h>
#include <project/project_file.h>
#include <advanced_config.h>
#include <pcbnew.h>
const int bdsSchemaVersion = 2;

View File

@ -26,6 +26,7 @@
#include <board_commit.h>
#include <pcb_edit_frame.h>
#include <pcb_layer_box_selector.h>
#include <pcbnew.h>
#include <board.h>
#include <footprint.h>
#include <dimension.h>

View File

@ -27,7 +27,6 @@
#ifndef _DIALOG_PAD_PROPERTIES_H_
#define _DIALOG_PAD_PROPERTIES_H_
#include <pcbnew.h>
#include <pcb_base_frame.h>
#include <base_units.h>
#include <wx/valnum.h>

View File

@ -31,6 +31,7 @@
#include <kicad_string.h>
#include <pcb_text.h>
#include <fp_text.h>
#include <pcbnew.h>
#include <pcb_edit_frame.h>
#include <pcb_layer_box_selector.h>
#include <wx/valnum.h>

View File

@ -30,6 +30,7 @@
#include <base_units.h>
#include <widgets/ui_common.h>
#include <wx/log.h>
#include <pcbnew.h>
///! Update the schema version whenever a migration is required

View File

@ -33,7 +33,6 @@
#include <geometry/shape_poly_set.h>
#include <geometry/shape_compound.h>
#include <pad_shapes.h>
#include <pcbnew.h>
class PCB_SHAPE;
class PARAM_CFG;

View File

@ -33,7 +33,6 @@
#include <boost/ptr_container/ptr_set.hpp>
#include <specctra_import_export/specctra_lexer.h>
#include <pcbnew.h>
#include <memory>

View File

@ -41,7 +41,6 @@
#include <board_item.h>
#include <convert_to_biu.h>
#include <pcb_display_options.h>
#include <pcbnew.h>
#include <geometry/seg.h>
#include <geometry/shape_arc.h>