mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
Get rid of HAVE_LIBRETRODB ifdefs
This commit is contained in:
parent
9c92a3401e
commit
6544b0bcd7
@ -24,9 +24,7 @@
|
||||
|
||||
#include "tasks_internal.h"
|
||||
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
#include "../database_info.h"
|
||||
#endif
|
||||
|
||||
#include "../configuration.h"
|
||||
#include "../file_path_special.h"
|
||||
@ -61,7 +59,6 @@ typedef struct db_handle
|
||||
unsigned status;
|
||||
} db_handle_t;
|
||||
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
|
||||
#ifdef HAVE_COMPRESSION
|
||||
static int archive_compare_crc32(const char *name, const char *valid_exts,
|
||||
@ -670,6 +667,3 @@ error:
|
||||
free(db);
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -29,9 +29,7 @@
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
#include "../database_info.h"
|
||||
#endif
|
||||
|
||||
#include "tasks_internal.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user