Clean up some unnecessary header dependencies

This commit is contained in:
Jon Evans 2019-05-07 22:50:10 -04:00
parent 8341e3f972
commit c02777a721
3 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@
#include <eda_rect.h>
#include <transform.h>
#include <gr_basic.h>
#include <sch_connection.h>
class LINE_READER;

View File

@ -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

View File

@ -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>