diff options
author | James Booth <boothj5@gmail.com> | 2012-08-23 00:50:26 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-08-23 00:50:26 +0100 |
commit | 8b7975bdf3a01c57bcea554a5dbc32b5274ce636 (patch) | |
tree | 18191ae3c227f36c1226c8867e13f188bcd8e117 /src | |
parent | 727dfcb491c82b5a26aaeeb26946eae31bebbd36 (diff) | |
download | profani-tty-8b7975bdf3a01c57bcea554a5dbc32b5274ce636.tar.gz |
Removed unused includes from command.c
Diffstat (limited to 'src')
-rw-r--r-- | src/command.c | 3 |
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" |