about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-23 00:50:26 +0100
committerJames Booth <boothj5@gmail.com>2012-08-23 00:50:26 +0100
commit8b7975bdf3a01c57bcea554a5dbc32b5274ce636 (patch)
tree18191ae3c227f36c1226c8867e13f188bcd8e117 /src/command.c
parent727dfcb491c82b5a26aaeeb26946eae31bebbd36 (diff)
downloadprofani-tty-8b7975bdf3a01c57bcea554a5dbc32b5274ce636.tar.gz
Removed unused includes from command.c
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/command.c b/src/command.c
index e09fa5fb..0b1e10cf 100644
--- a/src/command.c
+++ b/src/command.c
@@ -25,13 +25,10 @@
 
 #include <glib.h>
 
-#include "common.h"
 #include "command.h"
-#include "contact_list.h"
 #include "history.h"
 #include "jabber.h"
 #include "ui.h"
-#include "util.h"
 #include "preferences.h"
 #include "prof_autocomplete.h"
 #include "tinyurl.h"