Moved window_list.c

This commit is contained in:
James Booth
2016-07-24 15:14:46 +01:00
parent 8f213f22e7
commit 5bc38b6bc2
18 changed files with 19 additions and 19 deletions

View File

@@ -49,7 +49,7 @@
#include "xmpp/muc.h"
#include "xmpp/xmpp.h"
#include "xmpp/roster_list.h"
#include "window_list.h"
#include "ui/window_list.h"
#include "plugins/plugins.h"
#include "command/cmd_ac.h"

View File

@@ -70,7 +70,7 @@
#include "tools/tinyurl.h"
#include "xmpp/xmpp.h"
#include "ui/ui.h"
#include "window_list.h"
#include "ui/window_list.h"
#ifdef HAVE_LIBOTR
#include "otr/otr.h"

View File

@@ -78,7 +78,7 @@
#include "tools/tinyurl.h"
#include "xmpp/xmpp.h"
#include "ui/ui.h"
#include "window_list.h"
#include "ui/window_list.h"
#include "event/client_events.h"
#ifdef HAVE_GTK
#include "ui/tray.h"