[DEV] update new API etk

This commit is contained in:
Edouard DUPIN 2017-05-16 21:06:21 +02:00
parent 9020e4c188
commit 307d620d45
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
*/
#include <etk/types.hpp>
#include <etk/math/Matrix4.hpp>
#include <etk/math/Matrix4x4.hpp>
#include <ewol/debug.hpp>
#include <ewol/compositing/Compositing.hpp>

View File

@ -7,7 +7,7 @@
#include <ewol/debug.hpp>
#include <etk/types.hpp>
#include <etk/math/Matrix4.hpp>
#include <etk/math/Matrix4x4.hpp>
namespace ewol {
class Compositing {