diff options
Diffstat (limited to 'spline/spline-widget.cpp')
-rw-r--r-- | spline/spline-widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spline/spline-widget.cpp b/spline/spline-widget.cpp index e4e43f71..c578d70d 100644 --- a/spline/spline-widget.cpp +++ b/spline/spline-widget.cpp @@ -5,8 +5,8 @@ * copyright notice and this permission notice appear in all copies. */ -#include "compat/util.hpp" #include "spline-widget.hpp" +#include "compat/math.hpp" #include <QPainter> #include <QPainterPath> #include <QPaintEvent> |