1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Removed libgpg include from presence.c

This commit is contained in:
James Booth 2015-05-10 23:54:48 +01:00
parent 58b5e39b95
commit 7f861b7743

View File

@ -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;
}
}