aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/bz2_plugin.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-02 16:22:40 +0100
committerMax Kellermann <max@duempel.org>2009-01-02 16:22:40 +0100
commite5b8a3b86d23fa4006a883c8123ba5fa07c4acee (patch)
tree61c2ffedfa09e4c52b035b98d8655ad0a7b60c6e /src/archive/bz2_plugin.c
parentcf9bd42416753de6b5f74f19d1869d3da1275b2b (diff)
downloadmpd-e5b8a3b86d23fa4006a883c8123ba5fa07c4acee.tar.gz
mpd-e5b8a3b86d23fa4006a883c8123ba5fa07c4acee.tar.xz
mpd-e5b8a3b86d23fa4006a883c8123ba5fa07c4acee.zip
archive: use GLib instead of utils.h
Diffstat (limited to '')
-rw-r--r--src/archive/bz2_plugin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/archive/bz2_plugin.c b/src/archive/bz2_plugin.c
index 00c59c693..982b88182 100644
--- a/src/archive/bz2_plugin.c
+++ b/src/archive/bz2_plugin.c
@@ -22,7 +22,6 @@
#include "archive_api.h"
#include "input_stream.h"
-#include "utils.h"
#include <stdint.h>
#include <stddef.h>