]> git.tdb.fi Git - libs/math.git/commitdiff
Remove a stray include
authorMikko Rasa <tdb@tdb.fi>
Thu, 6 Jun 2019 13:01:39 +0000 (16:01 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 6 Jun 2019 13:01:39 +0000 (16:01 +0300)
I thought of moving SplineKnot to a separate header but decided against
it (for now) and this got left behind.

source/interpolate/spline.h

index d76197930e5747e7a93e05137309ffeccf2ae5d1..bd606d9d2aa14cbd4f6a1374d819985dd93a4135 100644 (file)
@@ -2,7 +2,6 @@
 #define MSP_INTERPOLATE_SPLINE_H_
 
 #include <algorithm>
-#include "knot.h"
 #include "polynomial.h"
 
 namespace Msp {