conn: cleanup of headers

* added stdarg.h
* removed unused headers
This commit is contained in:
Dmitry Podgorny
2015-10-11 05:38:12 +03:00
parent 3d4c657467
commit cda805163f

View File

@@ -16,11 +16,10 @@
/** @defgroup Connections Connection management
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <strophe.h>
#include "strophe.h"
#include "common.h"
#include "util.h"