From 881b99c0622af6b45bcd2faf1b0a5c5d5edcba36 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 16 Dec 2020 14:46:01 +0100 Subject: [PATCH] Remove not needed include --- src/xmpp/avatar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index b3d1dce9..6f30be7c 100644 --- a/src/xmpp/avatar.c +++ b/src/xmpp/avatar.c @@ -42,7 +42,6 @@ #include "log.h" #include "xmpp/connection.h" -#include "xmpp/form.h" #include "xmpp/iq.h" #include "xmpp/message.h" #include "xmpp/stanza.h"