summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-domain-digest.c
diff options
context:
space:
mode:
authorOlivier Blin <olivier.blin@softathome.com>2012-10-12 17:41:58 +0200
committerDan Winship <danw@gnome.org>2013-06-08 20:41:22 -0300
commit7539b3c15ece007f0d1894f2e0cbb4d32898f4cf (patch)
treed379ec763683ab7b621f358d4a670a73edcf3de8 /libsoup/soup-auth-domain-digest.c
parent961dc48ae20f970026f87d0e74f31cc7094ea654 (diff)
downloadlibsoup-7539b3c15ece007f0d1894f2e0cbb4d32898f4cf.tar.gz
use libfffi-based generic marshaller instead of glib-genmarshal
g_cclosure_marshal_generic() is the default signal handler starting from glib 2.29.12. libsoup already requires glib 2.33.1. https://bugzilla.gnome.org/show_bug.cgi?id=686042
Diffstat (limited to 'libsoup/soup-auth-domain-digest.c')
-rw-r--r--libsoup/soup-auth-domain-digest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsoup/soup-auth-domain-digest.c b/libsoup/soup-auth-domain-digest.c
index 6f48ce56..ebf3ddb6 100644
--- a/libsoup/soup-auth-domain-digest.c
+++ b/libsoup/soup-auth-domain-digest.c
@@ -15,7 +15,6 @@
#include "soup-auth-domain-digest.h"
#include "soup.h"
#include "soup-auth-digest.h"
-#include "soup-marshal.h"
/**
* SECTION:soup-auth-domain-digest