From ad04db8365e828a8c784821e5d8ceba33b02bbe7 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 3 Dec 2011 00:48:42 +0100 Subject: [PATCH] Fix includes. --- gfx/image.c | 6 +++--- gfx/image.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gfx/image.c b/gfx/image.c index bce3ae8dff..76579edb39 100644 --- a/gfx/image.c +++ b/gfx/image.c @@ -16,16 +16,16 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../config.h" #endif #include "image.h" -#include "file.h" +#include "../file.h" #include #include #include -#include "general.h" +#include "../general.h" #ifdef HAVE_SDL_IMAGE diff --git a/gfx/image.h b/gfx/image.h index e2644f65bf..1d78ccad9b 100644 --- a/gfx/image.h +++ b/gfx/image.h @@ -30,5 +30,5 @@ struct texture_image bool texture_image_load(const char *path, struct texture_image* img); - #endif +