Take out playlist.h header include from database_info.h

This commit is contained in:
twinaphex 2016-01-25 07:06:58 +01:00
parent 9022724bd5
commit bb36ad2772
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include <boolean.h>
#include <file/file_archive.h>
#include "libretro-db/libretrodb.h"
#include "playlist.h"
#ifdef __cplusplus
extern "C" {

View File

@ -30,6 +30,7 @@
#include "../file_ops.h"
#include "../msg_hash.h"
#include "../general.h"
#include "../playlist.h"
#include "../verbosity.h"
#define CB_DB_SCAN_FILE 0x70ce56d2U