about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 01:23:37 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 01:23:37 +0000
commit80e62cfa5fc4635f8f1f96467520da5bc05ef6cc (patch)
tree994967661814cb04b362c1c921154179529ff9cb /src/command.c
parenta63d0aff98a761cd4823cba03ece5b16f3e52458 (diff)
downloadprofani-tty-80e62cfa5fc4635f8f1f96467520da5bc05ef6cc.tar.gz
Renamed history.c -> command_history.c
Included in command.h
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 767081af..788d8bfd 100644
--- a/src/command.c
+++ b/src/command.c
@@ -34,7 +34,6 @@
 #include "contact.h"
 #include "contact_list.h"
 #include "chat_log.h"
-#include "history.h"
 #include "jid.h"
 #include "log.h"
 #include "parser.h"