diff options
author | Patrick Griffis <pgriffis@igalia.com> | 2020-08-28 17:25:14 -0500 |
---|---|---|
committer | Patrick Griffis <pgriffis@igalia.com> | 2020-09-19 15:41:25 -0700 |
commit | 4217855114d1357eb16c5cf663b2fa09a6e6bd3c (patch) | |
tree | 8a745435b39475d061a1474c374b4c2409a25d85 /libsoup/soup.h | |
parent | c8a211c04ee8f6c87a797f0f756360916e737325 (diff) | |
download | libsoup-4217855114d1357eb16c5cf663b2fa09a6e6bd3c.tar.gz |
Remove XMLRPC support
This feature does not appear to be used by any maintained project
and in general XMLRPC usage on the internet has gone down.
Removing it just reduces complexity and maintainance burden.
Diffstat (limited to 'libsoup/soup.h')
-rw-r--r-- | libsoup/soup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsoup/soup.h b/libsoup/soup.h index 254ce582..f0511b93 100644 --- a/libsoup/soup.h +++ b/libsoup/soup.h @@ -57,7 +57,6 @@ extern "C" { #include "websocket/soup-websocket-extension.h" #include "websocket/soup-websocket-extension-deflate.h" #include "websocket/soup-websocket-extension-manager.h" -#include "xmlrpc/soup-xmlrpc.h" #undef __SOUP_H_INSIDE__ |