mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Take out playlist.h header include from database_info.h
This commit is contained in:
parent
9022724bd5
commit
bb36ad2772
@ -23,7 +23,6 @@
|
|||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
#include <file/file_archive.h>
|
#include <file/file_archive.h>
|
||||||
#include "libretro-db/libretrodb.h"
|
#include "libretro-db/libretrodb.h"
|
||||||
#include "playlist.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include "../file_ops.h"
|
#include "../file_ops.h"
|
||||||
#include "../msg_hash.h"
|
#include "../msg_hash.h"
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
|
#include "../playlist.h"
|
||||||
#include "../verbosity.h"
|
#include "../verbosity.h"
|
||||||
|
|
||||||
#define CB_DB_SCAN_FILE 0x70ce56d2U
|
#define CB_DB_SCAN_FILE 0x70ce56d2U
|
||||||
|
Loading…
x
Reference in New Issue
Block a user