This commit is contained in:
twinaphex 2015-11-30 23:35:04 +01:00
parent 952ecf22cd
commit ca52a19b1d
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"