Cleanup unused includes.
This commit is contained in:
parent
3069fd5974
commit
7d10b29592
|
@ -27,14 +27,10 @@ using namespace std::placeholders;
|
|||
#include "ee_point_editor.h"
|
||||
#include <tool/tool_manager.h>
|
||||
#include <view/view_controls.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <geometry/seg.h>
|
||||
#include <confirm.h>
|
||||
|
||||
#include <tools/ee_actions.h>
|
||||
#include <tools/ee_selection_tool.h>
|
||||
#include <bitmaps.h>
|
||||
#include <status_popup.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <sch_line.h>
|
||||
#include <sch_bitmap.h>
|
||||
|
@ -44,8 +40,6 @@ using namespace std::placeholders;
|
|||
#include <lib_circle.h>
|
||||
#include <lib_rectangle.h>
|
||||
#include <lib_polyline.h>
|
||||
#include <eeschema_id.h>
|
||||
|
||||
|
||||
|
||||
// Few constants to avoid using bare numbers for point indices
|
||||
|
|
Loading…
Reference in New Issue