mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed libgpg include from presence.c
This commit is contained in:
parent
58b5e39b95
commit
7f861b7743
@ -50,9 +50,6 @@
|
|||||||
#include "xmpp/connection.h"
|
#include "xmpp/connection.h"
|
||||||
#include "xmpp/stanza.h"
|
#include "xmpp/stanza.h"
|
||||||
#include "xmpp/xmpp.h"
|
#include "xmpp/xmpp.h"
|
||||||
#ifdef HAVE_LIBGPGME
|
|
||||||
#include "pgp/gpg.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static Autocomplete sub_requests_ac;
|
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);
|
jid_destroy(from_jid);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user