DatabaseVisitor, ...: use GError forward declaration

This commit is contained in:
Max Kellermann
2012-08-02 18:20:46 +02:00
parent b25b7693ba
commit edf811fa02
31 changed files with 72 additions and 29 deletions

View File

@@ -20,9 +20,10 @@
#ifndef MPD_SERVER_SOCKET_H
#define MPD_SERVER_SOCKET_H
#include <stdbool.h>
#include "gerror.h"
#include <glib.h>
#include <stdbool.h>
#include <stddef.h>
struct sockaddr;