From 5beabe1a69e6dda3e139e95d24c3e9c8e027990a Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 9 Jan 2018 02:15:21 +0100 Subject: Sources and import cleanup Signed-off-by: pacien --- src/gui/window.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/gui/window.c') diff --git a/src/gui/window.c b/src/gui/window.c index 1859f58..e4eacea 100644 --- a/src/gui/window.c +++ b/src/gui/window.c @@ -1,11 +1,9 @@ -#include -#include #include "gui/window.h" -#include "MLV/MLV_all.h" +#include +#include #include "painter/rasterizer.h" #include "common/mem.h" - Window *window_create(int width, int height, char *title) { assert(width > 0); assert(height > 0); @@ -83,4 +81,4 @@ void window_rendering(Window *window, PictureFrame *pictureFrame1, Canvas *canva } mode = EXITING; MLV_wait_seconds(15); -} \ No newline at end of file +} -- cgit v1.2.3