[DEV] continue removing STL

This commit is contained in:
Edouard DUPIN 2017-08-29 01:24:48 +02:00
parent 8553ffec06
commit 6d504b31ec
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <ememory/memory.hpp>
#include <etk/types.hpp>
#include <etk/Pair.hpp>
#include <etk/Color.hpp>
#include <etk/math/Vector2D.hpp>
#include <etk/math/Matrix2x3.hpp>

View File

@ -8,6 +8,7 @@
#include <etk/types.hpp>
#include <etk/math/Vector2D.hpp>
#include <etk/math/Matrix2x3.hpp>
#include <etk/Pair.hpp>
#include <esvg/render/Element.hpp>
#include <esvg/render/Point.hpp>