From f0e621bcdbd50ab1a23bf0d1becfd44d5061c6a7 Mon Sep 17 00:00:00 2001
From: Thomas Jansen <mithi@mithi.net>
Date: Mon, 24 Nov 2008 14:33:25 +0100
Subject: [PATCH] input_curl.c: replaced mpd_unused by G_GNUC_UNUSED

---
 src/input_curl.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/input_curl.c b/src/input_curl.c
index 551a44f4a..5570737b9 100644
--- a/src/input_curl.c
+++ b/src/input_curl.c
@@ -18,7 +18,6 @@
 
 #include "input_curl.h"
 #include "input_stream.h"
-#include "gcc.h"
 #include "dlist.h"
 
 #include <assert.h>
@@ -327,7 +326,7 @@ input_curl_close(struct input_stream *is)
 }
 
 static bool
-input_curl_eof(mpd_unused struct input_stream *is)
+input_curl_eof(G_GNUC_UNUSED struct input_stream *is)
 {
 	struct input_curl *c = is->data;