1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 17:58:41 +00:00

More header cleanups

This commit is contained in:
libretroadmin 2022-12-05 15:15:07 +01:00
parent 04f510d503
commit 2c42912185
2 changed files with 5 additions and 10 deletions

View File

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

View File

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