From f49044c9886accc91dfd29056241da3b48324640 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 31 Oct 2017 22:18:25 +0000 Subject: Moving to core, fixing errors --- yage/core/sprite.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yage/core/sprite.cpp') diff --git a/yage/core/sprite.cpp b/yage/core/sprite.cpp index 9ac4dc55..769c8b81 100644 --- a/yage/core/sprite.cpp +++ b/yage/core/sprite.cpp @@ -6,9 +6,9 @@ * ---------------------------------------------------------------------------- */ -#include -#include -#include +#include +#include +#include #include -- cgit