diff options
author | Max Kellermann <max@duempel.org> | 2009-07-22 19:54:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-22 19:54:57 +0200 |
commit | cba126ceb8f1830614a8df04a6b4c1a45f955417 (patch) | |
tree | 70f199e83a5f07ec3cc373762f4c9251f7ad74b8 | |
parent | c95663312a113894dbd191df8a8777fcd93dcda4 (diff) | |
download | mpd-cba126ceb8f1830614a8df04a6b4c1a45f955417.tar.gz mpd-cba126ceb8f1830614a8df04a6b4c1a45f955417.tar.xz mpd-cba126ceb8f1830614a8df04a6b4c1a45f955417.zip |
pcm_resample_fallback: don't include glib.h
This library does not use GLib directly.
Diffstat (limited to '')
-rw-r--r-- | src/pcm_resample_fallback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pcm_resample_fallback.c b/src/pcm_resample_fallback.c index 6ef5b36fd..9a403ddc7 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) |