about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 20:09:25 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 20:09:25 +0000
commit3e36753a1ccc33431d17873fa3332f5ea4295f06 (patch)
treef1ad116ccbc3905f3a11ec5a33b018a74ff9fa19 /src
parent06ecfef1f36a9e3d5d95ba1b8ec3dd209e296efd (diff)
downloadprofani-tty-3e36753a1ccc33431d17873fa3332f5ea4295f06.tar.gz
Removed chat_log dependency on ui
Diffstat (limited to 'src')
-rw-r--r--src/chat_log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chat_log.c b/src/chat_log.c
index dde76f5b..9f6d9905 100644
--- a/src/chat_log.c
+++ b/src/chat_log.c
@@ -31,7 +31,6 @@
 #include "common.h"
 #include "files.h"
 #include "log.h"
-#include "ui.h"
 
 static GHashTable *logs;
 static GDateTime *session_started;