Added missing config.h includes

This commit is contained in:
James Booth
2015-10-31 23:38:08 +00:00
parent 8a7e2c19f9
commit 17488ca346
7 changed files with 21 additions and 6 deletions

View File

@@ -32,10 +32,11 @@
*
*/
#include "config.h"
#include <stdlib.h>
#include <glib.h>
#include "config.h"
#include "log.h"
#include "ui/ui.h"
#include "window_list.h"

View File

@@ -32,12 +32,12 @@
*
*/
#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include "config.h"
#include "chat_session.h"
#include "log.h"
#include "muc.h"