aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-09-25 11:16:08 +0100
committerGitHub <noreply@github.com>2018-09-25 11:16:08 +0100
commit086b9addb96689e41d4260e88e52676e2b20abdb (patch)
treeb9e4b03d8e2e4c8d35b28a87647ecd2eb1360095
parent5a7166a3f54f85793c6b60662f8d12196aeaaeb0 (diff)
parent1c94b7a5049eb6b4c791b1b9f21a43d2f2619649 (diff)
downloadpurple-matrix-086b9addb96689e41d4260e88e52676e2b20abdb.tar.gz
Merge pull request #87 from steils/gcrypt-h
Do not include gcrypt.h in matrix-room.c
-rw-r--r--matrix-room.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/matrix-room.c b/matrix-room.c
index 6350997..b26d036 100644
--- a/matrix-room.c
+++ b/matrix-room.c
@@ -37,8 +37,6 @@
#include "matrix-roommembers.h"
#include "matrix-statetable.h"
-#include <gcrypt.h>
-
static gchar *_get_room_name(MatrixConnectionData *conn,
PurpleConversation *conv);