Commit ed8562c3 authored by Max Kellermann's avatar Max Kellermann

despotify_utils: include cleanup

parent 22ec1c34
......@@ -17,12 +17,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <glib.h>
#include <despotify.h>
#include "despotify_utils.h"
#include "tag.h"
#include "conf.h"
#include "despotify_utils.h"
#include <glib.h>
#include <despotify.h>
static struct despotify_session *g_session;
static void (*registered_callbacks[8])(struct despotify_session *,
......
......@@ -20,6 +20,8 @@
#ifndef MPD_DESPOTIFY_H
#define MPD_DESPOTIFY_H
#include <stdbool.h>
struct despotify_session;
struct ds_track;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment