diff options
author | Max Kellermann <max@duempel.org> | 2012-07-10 01:21:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-07-10 01:28:52 +0200 |
commit | 5dfc0918c37c40063b92a55c365ec87e29f0ecef (patch) | |
tree | c3ec06f3adbff49190765e392579a8424c9e17d8 /test/test_pcm_main.c | |
parent | 2eb14658d3eb06e827f8f1f045f4f12888db4e26 (diff) | |
download | mpd-5dfc0918c37c40063b92a55c365ec87e29f0ecef.tar.gz mpd-5dfc0918c37c40063b92a55c365ec87e29f0ecef.tar.xz mpd-5dfc0918c37c40063b92a55c365ec87e29f0ecef.zip |
require GLib 2.16
GLib 2.16 was released more than 4 years ago. Let's remove some cruft
from the glib_compat.h header, and avoid new cruft to it.
Diffstat (limited to '')
-rw-r--r-- | test/test_pcm_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_pcm_main.c b/test/test_pcm_main.c index 7047b5251..43a849836 100644 --- a/test/test_pcm_main.c +++ b/test/test_pcm_main.c @@ -18,7 +18,6 @@ */ #include "test_pcm_all.h" -#include "test_glib_compat.h" #include <glib.h> |