diff options
Diffstat (limited to 'src/xmpp/form.c')
-rw-r--r-- | src/xmpp/form.c | 6 |
1 files changed, 0 insertions, 6 deletions
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> |