[DEV] update to the etk normalisation

This commit is contained in:
Edouard DUPIN 2013-12-28 14:22:08 +01:00
parent 40494649a6
commit 0579048327
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#include <esvg/debug.h>
#include <esvg/Group.h>
#include <etk/UString.h>
#include <etk/types.h>
#include <esvg/Base.h>
#include <esvg/Circle.h>
#include <esvg/Ellipse.h>

View File

@ -9,7 +9,7 @@
#ifndef __ESVG_RENDERER_H__
#define __ESVG_RENDERER_H__
#include <etk/UString.h>
#include <etk/types.h>
#include <etk/math/Vector2D.h>
#include <draw/Color.h>