mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 10:26:22 +00:00
Removed libgpg include from presence.c
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user