diff options
author | Dan Winship <danw@gnome.org> | 2009-11-12 19:44:27 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-12-07 11:23:05 +0100 |
commit | 97bacf3057b7c45c29a6d025c67a6dd588144e05 (patch) | |
tree | 08335adab4e6d66d10a8bb560773b9d98d067017 /libsoup/soup-connection.h | |
parent | ac667c1893aee87d07627fbc2181902ec3de1d79 (diff) | |
download | libsoup-97bacf3057b7c45c29a6d025c67a6dd588144e05.tar.gz |
SoupSocket: port to GSocketConnection/GTlsConnection
and remove libsoup's built-in TLS support, which is no longer needed
Diffstat (limited to 'libsoup/soup-connection.h')
-rw-r--r-- | libsoup/soup-connection.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libsoup/soup-connection.h b/libsoup/soup-connection.h index 629676b2..ebdf9bc3 100644 --- a/libsoup/soup-connection.h +++ b/libsoup/soup-connection.h @@ -6,8 +6,6 @@ #ifndef SOUP_CONNECTION_H #define SOUP_CONNECTION_H 1 -#include <gio/gio.h> - #include "soup-types.h" #include "soup-message-private.h" #include "soup-misc.h" |