Get rid of HAVE_LIBRETRODB ifdefs

This commit is contained in:
twinaphex 2016-09-18 21:50:39 +02:00
parent 9c92a3401e
commit 6544b0bcd7
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -29,9 +29,7 @@
#include "../config.h"
#endif
#ifdef HAVE_LIBRETRODB
#include "../database_info.h"
#endif
#include "tasks_internal.h"