moved included header file to c file

This commit is contained in:
Andre Leiradella 2015-05-01 23:47:24 -03:00
parent 74e61b8bfc
commit f5cce34633
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#include <rl_image.h>
#include <rl_memory.h>
#include <rl_backgrnd.h>
#include <string.h>

View File

@ -1,7 +1,6 @@
#ifndef RL_IMAGE_H
#define RL_IMAGE_H
#include <rl_backgrnd.h>
#include <rl_userdata.h>
#include <stdint.h>