diff options
author | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | 2021-10-27 15:05:39 +0200 |
---|---|---|
committer | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | 2021-10-27 22:45:44 +0200 |
commit | ffc0b49ab19dc976ecd113dbf163c2fe03a651fa (patch) | |
tree | 4f7a765a3b39f92b2d36081b88fb3f4f2d112902 /src/xmpp | |
parent | b4d65335f63351c551f27a6e59edbb11e0dd5f52 (diff) | |
download | profani-tty-ffc0b49ab19dc976ecd113dbf163c2fe03a651fa.tar.gz |
first step to remove libmesode
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/blocking.c | 6 | ||||
-rw-r--r-- | src/xmpp/bookmark.c | 6 | ||||
-rw-r--r-- | src/xmpp/capabilities.c | 6 | ||||
-rw-r--r-- | src/xmpp/capabilities.h | 6 | ||||
-rw-r--r-- | src/xmpp/connection.c | 6 | ||||
-rw-r--r-- | src/xmpp/form.c | 6 | ||||
-rw-r--r-- | src/xmpp/form.h | 6 | ||||
-rw-r--r-- | src/xmpp/iq.c | 6 | ||||
-rw-r--r-- | src/xmpp/message.c | 6 | ||||
-rw-r--r-- | src/xmpp/presence.c | 6 | ||||
-rw-r--r-- | src/xmpp/roster.c | 6 | ||||
-rw-r--r-- | src/xmpp/stanza.c | 6 | ||||
-rw-r--r-- | src/xmpp/stanza.h | 6 | ||||
-rw-r--r-- | src/xmpp/xmpp.h | 6 |
14 files changed, 0 insertions, 84 deletions
diff --git a/src/xmpp/blocking.c b/src/xmpp/blocking.c index 7c55b1bf..e68999d2 100644 --- a/src/xmpp/blocking.c +++ b/src/xmpp/blocking.c @@ -38,13 +38,7 @@ #include <stdlib.h> #include <string.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include <glib.h> diff --git a/src/xmpp/bookmark.c b/src/xmpp/bookmark.c index 4e40e3ec..916c8195 100644 --- a/src/xmpp/bookmark.c +++ b/src/xmpp/bookmark.c @@ -41,13 +41,7 @@ #include <string.h> #include <glib.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "common.h" #include "log.h" diff --git a/src/xmpp/capabilities.c b/src/xmpp/capabilities.c index 98a5c399..638b2c90 100644 --- a/src/xmpp/capabilities.c +++ b/src/xmpp/capabilities.c @@ -45,13 +45,7 @@ #include <glib.h> #include <glib/gstdio.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "common.h" #include "log.h" diff --git a/src/xmpp/capabilities.h b/src/xmpp/capabilities.h index 0760f7d7..bbc1cf8e 100644 --- a/src/xmpp/capabilities.h +++ b/src/xmpp/capabilities.h @@ -38,13 +38,7 @@ #include "config.h" -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "xmpp/xmpp.h" diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c index 5570fb1a..90f25260 100644 --- a/src/xmpp/connection.c +++ b/src/xmpp/connection.c @@ -43,13 +43,7 @@ #include <glib.h> #include <glib/gstdio.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "common.h" #include "log.h" diff --git a/src/xmpp/form.c b/src/xmpp/form.c index dc8c583c..5290c83f 100644 --- a/src/xmpp/form.c +++ b/src/xmpp/form.c @@ -38,13 +38,7 @@ #include <string.h> #include <stdlib.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include <glib.h> diff --git a/src/xmpp/form.h b/src/xmpp/form.h index b305addf..73a3d6c7 100644 --- a/src/xmpp/form.h +++ b/src/xmpp/form.h @@ -36,13 +36,7 @@ #ifndef XMPP_FORM_H #define XMPP_FORM_H -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "xmpp/xmpp.h" diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c index dd3c2423..ebc052fc 100644 --- a/src/xmpp/iq.c +++ b/src/xmpp/iq.c @@ -44,13 +44,7 @@ #include <stdio.h> #include <glib.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "profanity.h" #include "log.h" diff --git a/src/xmpp/message.c b/src/xmpp/message.c index 051d1ece..1a964846 100644 --- a/src/xmpp/message.c +++ b/src/xmpp/message.c @@ -39,13 +39,7 @@ #include <stdlib.h> #include <string.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "profanity.h" #include "log.h" diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c index 2982274d..a9b07daa 100644 --- a/src/xmpp/presence.c +++ b/src/xmpp/presence.c @@ -42,13 +42,7 @@ #include <glib.h> #include <glib/gprintf.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "profanity.h" #include "log.h" diff --git a/src/xmpp/roster.c b/src/xmpp/roster.c index 2b5a1696..fd7ceecf 100644 --- a/src/xmpp/roster.c +++ b/src/xmpp/roster.c @@ -41,13 +41,7 @@ #include <glib.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "profanity.h" #include "log.h" diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c index 3a1cb4a5..d28ed3d2 100644 --- a/src/xmpp/stanza.c +++ b/src/xmpp/stanza.c @@ -48,13 +48,7 @@ #include <glib.h> -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "common.h" #include "log.h" diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h index bd61f2f4..e2c22bd8 100644 --- a/src/xmpp/stanza.h +++ b/src/xmpp/stanza.h @@ -38,13 +38,7 @@ #include "config.h" -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include <xmpp/xmpp.h> diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index bb561080..2b3ca5f4 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -40,13 +40,7 @@ #include "config.h" -#ifdef HAVE_LIBMESODE -#include <mesode.h> -#endif - -#ifdef HAVE_LIBSTROPHE #include <strophe.h> -#endif #include "config/accounts.h" #include "config/tlscerts.h" |