Fix menu_cbs_deferred_push.c compilation when HAVE_LIBRETRODB is not defined

This commit is contained in:
Josh Palmer 2016-12-26 15:52:14 +00:00
parent 39ba27848f
commit 0ea81fc874

View File

@ -26,9 +26,7 @@
#include "../menu_cbs.h"
#include "../../msg_hash.h"
#ifdef HAVE_LIBRETRODB
#include "../../database_info.h"
#endif
#include "../../cores/internal_cores.h"