eina: Move include file to top

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D6038
This commit is contained in:
Bryce Harrington 2018-05-02 19:44:25 -04:00 committed by Mike Blumenkrantz
parent e72cf7b0a4
commit cefd8018a5
1 changed files with 1 additions and 2 deletions

View File

@ -17,6 +17,7 @@
*/
#include <math.h>
#include <float.h>
#include <stdio.h>
#include "eina_private.h"
#include "eina_bezier.h"
@ -79,8 +80,6 @@ _eina_bezier_split(const Eina_Bezier *b,
first->end.y = second->start.y = (first->ctrl_end.y + second->ctrl_start.y) * 0.5;
}
#include <stdio.h>
static float
_eina_bezier_length_helper(const Eina_Bezier *b)
{