about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-06 21:35:17 +0100
committerJames Booth <boothj5@gmail.com>2014-04-06 21:35:17 +0100
commitaa2a87d162b36edb472cd90e7954566ce0d1ddb4 (patch)
treef851d7861bff9df83431976d8e78c4e8c072a087 /src/command/commands.c
parentccfea12674d8af24f896b38f193b98c1e830339e (diff)
downloadprofani-tty-aa2a87d162b36edb472cd90e7954566ce0d1ddb4.tar.gz
Tidied ui dependencies
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 929bf671..f179fcb8 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -43,11 +43,9 @@
 #include "tools/autocomplete.h"
 #include "tools/parser.h"
 #include "tools/tinyurl.h"
-#include "ui/ui.h"
-#include "ui/window.h"
-#include "ui/windows.h"
 #include "xmpp/xmpp.h"
 #include "xmpp/bookmark.h"
+#include "ui/ui.h"
 
 static void _update_presence(const resource_presence_t presence,
     const char * const show, gchar **args);