More header cleanups
This commit is contained in:
parent
04f510d503
commit
2c42912185
|
@ -84,24 +84,19 @@
|
||||||
#include "../command.h"
|
#include "../command.h"
|
||||||
#include "../core_info.h"
|
#include "../core_info.h"
|
||||||
#include "../content.h"
|
#include "../content.h"
|
||||||
|
#include "../core.h"
|
||||||
#include "../configuration.h"
|
#include "../configuration.h"
|
||||||
#include "../defaults.h"
|
#include "../defaults.h"
|
||||||
|
#include "../dynamic.h"
|
||||||
|
#include "../file_path_special.h"
|
||||||
#include "../frontend/frontend.h"
|
#include "../frontend/frontend.h"
|
||||||
|
#include "../msg_hash.h"
|
||||||
#include "../playlist.h"
|
#include "../playlist.h"
|
||||||
#include "../paths.h"
|
#include "../paths.h"
|
||||||
#include "../retroarch.h"
|
#include "../retroarch.h"
|
||||||
#include "../runloop.h"
|
#include "../runloop.h"
|
||||||
#include "../verbosity.h"
|
#include "../verbosity.h"
|
||||||
|
|
||||||
#include "../msg_hash.h"
|
|
||||||
#include "../content.h"
|
|
||||||
#include "../dynamic.h"
|
|
||||||
#include "../retroarch.h"
|
|
||||||
#include "../file_path_special.h"
|
|
||||||
#include "../core.h"
|
|
||||||
#include "../paths.h"
|
|
||||||
#include "../verbosity.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_PRESENCE
|
#ifdef HAVE_PRESENCE
|
||||||
#include "../network/presence.h"
|
#include "../network/presence.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -251,7 +251,7 @@ static int task_database_cue_get_serial(const char *name, char* serial, size_t s
|
||||||
track_path[0] = '\0';
|
track_path[0] = '\0';
|
||||||
|
|
||||||
if (cue_find_track(name, true, &offset, &size, track_path,
|
if (cue_find_track(name, true, &offset, &size, track_path,
|
||||||
sizeof(track_path)) < 0)
|
sizeof(track_path)) < 0)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
RARCH_LOG("%s\n",
|
RARCH_LOG("%s\n",
|
||||||
|
|
Loading…
Reference in New Issue