Skip to content

Commit

Permalink
Merge pull request #87 from steils/gcrypt-h
Browse files Browse the repository at this point in the history
Do not include gcrypt.h in matrix-room.c
  • Loading branch information
richvdh authored Sep 25, 2018
2 parents 5a7166a + 1c94b7a commit 086b9ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions matrix-room.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#include "matrix-roommembers.h"
#include "matrix-statetable.h"

#include <gcrypt.h>


static gchar *_get_room_name(MatrixConnectionData *conn,
PurpleConversation *conv);
Expand Down

0 comments on commit 086b9ad

Please sign in to comment.