aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_init.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-02 18:20:46 +0200
committerMax Kellermann <max@duempel.org>2012-08-02 19:12:06 +0200
commitedf811fa0271da729e9962e3976f2a68ac35a395 (patch)
treeedae1c9330ea0bdc7eff132ef15deed6a20fc8d8 /src/input_init.h
parentb25b7693baa8be5ab7f0fc727f17fb560b6208ae (diff)
downloadmpd-edf811fa0271da729e9962e3976f2a68ac35a395.tar.gz
mpd-edf811fa0271da729e9962e3976f2a68ac35a395.tar.xz
mpd-edf811fa0271da729e9962e3976f2a68ac35a395.zip
DatabaseVisitor, ...: use GError forward declaration
Diffstat (limited to 'src/input_init.h')
-rw-r--r--src/input_init.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_init.h b/src/input_init.h
index ad92cda08..1a73e5ef9 100644
--- a/src/input_init.h
+++ b/src/input_init.h
@@ -20,9 +20,8 @@
#ifndef MPD_INPUT_INIT_H
#define MPD_INPUT_INIT_H
-#include "check.h"
+#include "gerror.h"
-#include <glib.h>
#include <stdbool.h>
/**