Move gems/bezier.h to util/bezier.h (in repos/os)

This way, os components (i.e., input_filter) can use it for nonlinear
interpolation.
This commit is contained in:
Norman Feske 2017-11-03 13:12:48 +01:00 committed by Christian Helmuth
parent 0126523b83
commit 55dc3abf00
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#define _INCLUDE__POLYGON_GFX__LINE_PAINTER_H_
#include <os/surface.h>
#include <gems/bezier.h>
#include <util/bezier.h>
struct Line_painter