about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
diff options
context:
space:
mode:
authorSteffen Jaeckel <jaeckel-floss@eyet-services.de>2021-10-27 15:05:39 +0200
committerSteffen Jaeckel <jaeckel-floss@eyet-services.de>2021-10-27 22:45:44 +0200
commitffc0b49ab19dc976ecd113dbf163c2fe03a651fa (patch)
tree4f7a765a3b39f92b2d36081b88fb3f4f2d112902 /src/xmpp/iq.c
parentb4d65335f63351c551f27a6e59edbb11e0dd5f52 (diff)
downloadprofani-tty-ffc0b49ab19dc976ecd113dbf163c2fe03a651fa.tar.gz
first step to remove libmesode
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Diffstat (limited to 'src/xmpp/iq.c')
-rw-r--r--src/xmpp/iq.c6
1 files changed, 0 insertions, 6 deletions
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"