Moved ui/windows -> window_list

This commit is contained in:
James Booth
2015-06-15 19:26:28 +01:00
parent 6b44b988f4
commit 38ed9188d3
16 changed files with 24 additions and 24 deletions

View File

@@ -42,7 +42,7 @@
#include "jid.h"
#include "tools/autocomplete.h"
#include "ui/ui.h"
#include "ui/windows.h"
#include "window_list.h"
#include "muc.h"
typedef struct _muc_room_t {
@@ -978,4 +978,4 @@ _occupant_free(Occupant *occupant)
free(occupant);
occupant = NULL;
}
}
}