about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-10 23:54:48 +0100
committerJames Booth <boothj5@gmail.com>2015-05-10 23:54:48 +0100
commit7f861b7743a580bfd052798a21ef494ec6770e48 (patch)
tree276d8f0b180cc7e91bdad61d71c12eb87d2131aa /src/xmpp
parent58b5e39b957e205af1e7df8f60873d756ba75745 (diff)
downloadprofani-tty-7f861b7743a580bfd052798a21ef494ec6770e48.tar.gz
Removed libgpg include from presence.c
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/presence.c5
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
+}