mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
More header cleanups
This commit is contained in:
parent
04f510d503
commit
2c42912185
@ -84,24 +84,19 @@
|
||||
#include "../command.h"
|
||||
#include "../core_info.h"
|
||||
#include "../content.h"
|
||||
#include "../core.h"
|
||||
#include "../configuration.h"
|
||||
#include "../defaults.h"
|
||||
#include "../dynamic.h"
|
||||
#include "../file_path_special.h"
|
||||
#include "../frontend/frontend.h"
|
||||
#include "../msg_hash.h"
|
||||
#include "../playlist.h"
|
||||
#include "../paths.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../runloop.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
|
||||
#include "../network/presence.h"
|
||||
#endif
|
||||
|
@ -251,7 +251,7 @@ static int task_database_cue_get_serial(const char *name, char* serial, size_t s
|
||||
track_path[0] = '\0';
|
||||
|
||||
if (cue_find_track(name, true, &offset, &size, track_path,
|
||||
sizeof(track_path)) < 0)
|
||||
sizeof(track_path)) < 0)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
RARCH_LOG("%s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user