diff options
Diffstat (limited to 'src/DatabaseSimple.hxx')
-rw-r--r-- | src/DatabaseSimple.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/DatabaseSimple.hxx b/src/DatabaseSimple.hxx index e57ae41bf..c387a64f9 100644 --- a/src/DatabaseSimple.hxx +++ b/src/DatabaseSimple.hxx @@ -21,11 +21,9 @@ #define MPD_DATABASE_SIMPLE_HXX #include "gcc.h" - -#include <glib.h> +#include "gerror.h" #include <sys/time.h> -#include <stdbool.h> struct config_param; struct Directory; |