mirror of
https://github.com/libretro/retroluxury.git
synced 2024-11-27 01:40:47 +00:00
moved included header file to c file
This commit is contained in:
parent
74e61b8bfc
commit
f5cce34633
@ -1,5 +1,6 @@
|
||||
#include <rl_image.h>
|
||||
#include <rl_memory.h>
|
||||
#include <rl_backgrnd.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
#ifndef RL_IMAGE_H
|
||||
#define RL_IMAGE_H
|
||||
|
||||
#include <rl_backgrnd.h>
|
||||
#include <rl_userdata.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
Loading…
Reference in New Issue
Block a user