Clean up some unnecessary header dependencies
This commit is contained in:
parent
8341e3f972
commit
c02777a721
|
@ -35,7 +35,6 @@
|
|||
#include <eda_rect.h>
|
||||
#include <transform.h>
|
||||
#include <gr_basic.h>
|
||||
#include <sch_connection.h>
|
||||
|
||||
|
||||
class LINE_READER;
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
#include <sch_junction.h>
|
||||
#include <netlist_object.h>
|
||||
#include <sch_connection.h>
|
||||
|
||||
|
||||
int SCH_JUNCTION::m_symbolSize = 40; // Default diameter of the junction symbol
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#define _SCH_PIN_CONNECTION_H
|
||||
|
||||
#include <sch_item_struct.h>
|
||||
#include <sch_connection.h>
|
||||
#include <sch_sheet_path.h>
|
||||
#include <lib_pin.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue