Fix includes.

This commit is contained in:
Themaister 2011-12-03 00:48:42 +01:00
parent a3abda7e7b
commit ad04db8365
2 changed files with 4 additions and 4 deletions

View File

@ -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 <stdlib.h>
#include <string.h>
#include <stddef.h>
#include "general.h"
#include "../general.h"
#ifdef HAVE_SDL_IMAGE

View File

@ -30,5 +30,5 @@ struct texture_image
bool texture_image_load(const char *path, struct texture_image* img);
#endif