Browse Source

Clean up some unnecessary header dependencies

pull/15/head
Jon Evans 7 years ago
parent
commit
c02777a721
  1. 1
      eeschema/lib_draw_item.h
  2. 1
      eeschema/sch_junction.cpp
  3. 1
      eeschema/sch_pin.h

1
eeschema/lib_draw_item.h

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

1
eeschema/sch_junction.cpp

@ -38,6 +38,7 @@
#include <sch_junction.h> #include <sch_junction.h>
#include <netlist_object.h> #include <netlist_object.h>
#include <sch_connection.h>
int SCH_JUNCTION::m_symbolSize = 40; // Default diameter of the junction symbol int SCH_JUNCTION::m_symbolSize = 40; // Default diameter of the junction symbol

1
eeschema/sch_pin.h

@ -23,7 +23,6 @@
#define _SCH_PIN_CONNECTION_H #define _SCH_PIN_CONNECTION_H
#include <sch_item_struct.h> #include <sch_item_struct.h>
#include <sch_connection.h>
#include <sch_sheet_path.h> #include <sch_sheet_path.h>
#include <lib_pin.h> #include <lib_pin.h>

Loading…
Cancel
Save