conn: cleanup of headers
* added stdarg.h * removed unused headers
This commit is contained in:
@@ -16,11 +16,10 @@
|
|||||||
/** @defgroup Connections Connection management
|
/** @defgroup Connections Connection management
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <strophe.h>
|
#include "strophe.h"
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user