Remove wx/gdicmn.h from trigo.h

This commit is contained in:
Marek Roszko 2022-01-04 21:25:19 -05:00
parent 726d873c53
commit d7e790b6c1
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
#include <cmath>
#include <math/vector2d.h>
#include <eda_angle.h>
#include <wx/gdicmn.h> // For wxPoint
/**
* Test if \a aTestPoint is on line defined by \a aSegStart and \a aSegEnd.