aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/wavpack_plugin.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-03 14:53:42 +0100
committerMax Kellermann <max@duempel.org>2009-01-03 14:53:42 +0100
commit38bf81285f492b38530f16f8c0e372b0f9b6a116 (patch)
tree8551346e0f37c4a203c5ad84fb5742a39585e97f /src/decoder/wavpack_plugin.c
parentb42e10b83979dd3636b27867bfd46240f73dce79 (diff)
utils: removed unused functions
Removed all allocation functions, xwrite(), xread(), ARRAY_SIZE(). Those have been superseded by GLib.
Diffstat (limited to 'src/decoder/wavpack_plugin.c')
-rw-r--r--src/decoder/wavpack_plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder/wavpack_plugin.c b/src/decoder/wavpack_plugin.c
index b2100f09..11b85622 100644
--- a/src/decoder/wavpack_plugin.c
+++ b/src/decoder/wavpack_plugin.c
@@ -27,6 +27,8 @@
#include <assert.h>
#include <unistd.h>
+#include <stdio.h>
+#include <stdlib.h>
/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */
#define CHUNK_SIZE 1020