Move header includes to cheevos.h

This commit is contained in:
twinaphex 2015-10-30 14:21:29 +01:00
parent fd9ecb70af
commit 640767ff24
2 changed files with 3 additions and 2 deletions

View File

@ -13,8 +13,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

View File

@ -16,6 +16,9 @@
#ifndef __RARCH_CHEEVOS_H
#define __RARCH_CHEEVOS_H
#include <stdint.h>
#include <stdlib.h>
typedef struct
{
int cheats_are_enabled;