From 38bf81285f492b38530f16f8c0e372b0f9b6a116 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 3 Jan 2009 14:53:42 +0100 Subject: utils: removed unused functions Removed all allocation functions, xwrite(), xread(), ARRAY_SIZE(). Those have been superseded by GLib. --- src/decoder/wavpack_plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/decoder') diff --git a/src/decoder/wavpack_plugin.c b/src/decoder/wavpack_plugin.c index b2100f096..11b856224 100644 --- a/src/decoder/wavpack_plugin.c +++ b/src/decoder/wavpack_plugin.c @@ -27,6 +27,8 @@ #include #include +#include +#include /* pick 1020 since its devisible for 8,16,24, and 32-bit audio */ #define CHUNK_SIZE 1020 -- cgit v1.2.3