mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
Cleanups
This commit is contained in:
parent
952ecf22cd
commit
ca52a19b1d
@ -36,10 +36,6 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COMMAND
|
||||
#include "command.h"
|
||||
#endif
|
||||
|
||||
#ifndef PACKAGE_VERSION
|
||||
#define PACKAGE_VERSION "1.3.0"
|
||||
#endif
|
||||
|
@ -55,6 +55,10 @@
|
||||
|
||||
#include "retroarch.h"
|
||||
|
||||
#ifdef HAVE_COMMAND
|
||||
#include "command.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "menu/menu.h"
|
||||
#include "menu/menu_hash.h"
|
||||
|
Loading…
Reference in New Issue
Block a user