playlist: move enum playlist_result to playlist_error.h
Reduce header dependencies.
This commit is contained in:
@@ -24,12 +24,13 @@
|
||||
#ifndef MPD_PLAYLIST_QUEUE_H
|
||||
#define MPD_PLAYLIST_QUEUE_H
|
||||
|
||||
#include "playlist.h"
|
||||
#include "playlist_error.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct playlist_provider;
|
||||
struct playlist;
|
||||
struct player_control;
|
||||
|
||||
/**
|
||||
* Loads the contents of a playlist and append it to the specified
|
||||
|
||||
Reference in New Issue
Block a user