Remove a few unnecessary headers.
This commit is contained in:
parent
410dbe17de
commit
2c19fbd752
|
@ -30,7 +30,6 @@
|
|||
#include <eda_rect.h>
|
||||
#include <fill_type.h>
|
||||
#include <transform.h>
|
||||
#include <gr_basic.h>
|
||||
#include <render_settings.h>
|
||||
|
||||
class LINE_READER;
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
|
||||
#include <eda_draw_frame.h>
|
||||
#include <frame_type.h>
|
||||
#include <lib_id.h>
|
||||
#include <page_info.h>
|
||||
#include <sch_draw_panel.h>
|
||||
#include <sch_screen.h>
|
||||
#include <schematic_settings.h>
|
||||
|
|
|
@ -31,10 +31,9 @@
|
|||
#ifndef CLASS_DRAWSHEET_PATH_H
|
||||
#define CLASS_DRAWSHEET_PATH_H
|
||||
|
||||
#include <erc_item.h>
|
||||
|
||||
#include <map>
|
||||
|
||||
#include <kiid.h>
|
||||
|
||||
/**
|
||||
* A simple container for schematic symbol instance information.
|
||||
|
|
Loading…
Reference in New Issue