tool_base.h doesn't need eda_item.h

This commit is contained in:
Marek Roszko 2021-06-07 22:14:48 -04:00
parent 2aaec31832
commit 5db1559018
2 changed files with 3 additions and 4 deletions

View File

@ -31,8 +31,7 @@
#include <view/view.h>
#include <layers_id_colors_and_visibility.h>
#include <gal/color4d.h>
class EDA_ITEM;
#include <eda_item.h>
/**
* View item to draw an origin marker.

View File

@ -28,9 +28,9 @@
#define __TOOL_BASE_H
#include <cassert>
#include <eda_item.h> // for KICAD_T
#include <functional>
#include <string>
#include <wx/debug.h>
class EDA_ITEM;
class TOOL_EVENT;