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