1
0
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:
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/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;