From: Mikko Rasa Date: Thu, 6 Jun 2019 13:01:39 +0000 (+0300) Subject: Remove a stray include X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=commitdiff_plain;h=92480ec2f41502e3cbdfe1fe3ca703c4521ff747 Remove a stray include I thought of moving SplineKnot to a separate header but decided against it (for now) and this got left behind. --- diff --git a/source/interpolate/spline.h b/source/interpolate/spline.h index d761979..bd606d9 100644 --- a/source/interpolate/spline.h +++ b/source/interpolate/spline.h @@ -2,7 +2,6 @@ #define MSP_INTERPOLATE_SPLINE_H_ #include -#include "knot.h" #include "polynomial.h" namespace Msp {