Remove common.h from eda_text.h

This commit is contained in:
Marek Roszko 2020-10-14 21:04:41 -04:00
parent b84ac66723
commit 3bbc4f6cf8
1 changed files with 1 additions and 1 deletions

View File

@ -25,9 +25,9 @@
#ifndef EDA_TEXT_H_
#define EDA_TEXT_H_
#include <common.h> // wxStringSplit
#include <eda_rect.h>
class OUTPUTFORMATTER;
class SHAPE_COMPOUND;
class SHAPE_POLY_SET;
class wxFindReplaceData;