From cda805163f8a7a2f548a135322dcce646583f5b6 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sun, 11 Oct 2015 05:38:12 +0300 Subject: [PATCH] conn: cleanup of headers * added stdarg.h * removed unused headers --- src/conn.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/conn.c b/src/conn.c index d72386f..1c13fcd 100644 --- a/src/conn.c +++ b/src/conn.c @@ -16,11 +16,10 @@ /** @defgroup Connections Connection management */ -#include -#include +#include #include -#include +#include "strophe.h" #include "common.h" #include "util.h"