Tidied #include's

This commit is contained in:
James Booth
2013-02-02 20:55:58 +00:00
parent 8cc4b55945
commit fc5bfb7d33
31 changed files with 69 additions and 66 deletions

View File

@@ -20,6 +20,8 @@
*
*/
#include "config.h"
#include <stdlib.h>
#include <string.h>
@@ -27,10 +29,9 @@
#include <openssl/evp.h>
#include <strophe.h>
#include "config.h"
#include "common.h"
#include "xmpp.h"
#include "stanza.h"
#include "xmpp/xmpp.h"
#include "xmpp/stanza.h"
static GHashTable *capabilities;