[gupnp] acl: Fix wrong include
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] acl: Fix wrong include
- Date: Fri, 8 Mar 2019 12:01:37 +0000 (UTC)
commit 9f54a1d7b3bb07eca64b3453d6669abec0f8197c
Author: Jens Georg <mail jensge org>
Date: Fri Mar 8 13:00:48 2019 +0100
acl: Fix wrong include
We don't need SoupSession here. Rather include gio.h for GAsyncResult
etc.
libgupnp/gupnp-acl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgupnp/gupnp-acl.h b/libgupnp/gupnp-acl.h
index 191b463..d78d03c 100644
--- a/libgupnp/gupnp-acl.h
+++ b/libgupnp/gupnp-acl.h
@@ -24,7 +24,7 @@
#include <glib.h>
#include <glib-object.h>
-#include <libsoup/soup-session.h>
+#include <gio/gio.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]