despotify_utils: include cleanup

This commit is contained in:
Max Kellermann 2013-01-21 19:00:01 +01:00
parent 22ec1c3498
commit ed8562c300
2 changed files with 6 additions and 4 deletions

View File

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

View File

@ -20,6 +20,8 @@
#ifndef MPD_DESPOTIFY_H
#define MPD_DESPOTIFY_H
#include <stdbool.h>
struct despotify_session;
struct ds_track;