Remove a few unnecessary headers.

This commit is contained in:
Wayne Stambaugh 2021-06-09 12:28:03 -04:00
parent 410dbe17de
commit 2c19fbd752
3 changed files with 1 additions and 5 deletions

View File

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

View File

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

View File

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