diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xmpp/presence.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c index a245155c..4cf648dc 100644 --- a/src/xmpp/presence.c +++ b/src/xmpp/presence.c @@ -50,9 +50,6 @@ #include "xmpp/connection.h" #include "xmpp/stanza.h" #include "xmpp/xmpp.h" -#ifdef HAVE_LIBGPGME -#include "pgp/gpg.h" -#endif static Autocomplete sub_requests_ac; @@ -807,4 +804,4 @@ _muc_user_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza, void * jid_destroy(from_jid); return 1; -} \ No newline at end of file +} |