aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_resample_fallback.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-22 19:54:57 +0200
committerMax Kellermann <max@duempel.org>2009-07-22 19:54:57 +0200
commitcba126ceb8f1830614a8df04a6b4c1a45f955417 (patch)
tree70f199e83a5f07ec3cc373762f4c9251f7ad74b8 /src/pcm_resample_fallback.c
parentc95663312a113894dbd191df8a8777fcd93dcda4 (diff)
pcm_resample_fallback: don't include glib.h
This library does not use GLib directly.
Diffstat (limited to 'src/pcm_resample_fallback.c')
-rw-r--r--src/pcm_resample_fallback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pcm_resample_fallback.c b/src/pcm_resample_fallback.c
index 6ef5b36f..9a403ddc 100644
--- a/src/pcm_resample_fallback.c
+++ b/src/pcm_resample_fallback.c
@@ -20,7 +20,6 @@
#include "pcm_resample_internal.h"
#include <assert.h>
-#include <glib.h>
void
pcm_resample_fallback_deinit(struct pcm_resample_state *state)