From 92480ec2f41502e3cbdfe1fe3ca703c4521ff747 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 6 Jun 2019 16:01:39 +0300 Subject: [PATCH] Remove a stray include I thought of moving SplineKnot to a separate header but decided against it (for now) and this got left behind. --- source/interpolate/spline.h | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.43.0