about summary refs log tree commit diff stats
path: root/src/chat_log.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-23 01:08:06 +0100
committerJames Booth <boothj5@gmail.com>2012-08-23 01:08:06 +0100
commit0fe70ce7d381ceb2b38cbb5ac9a99cbad95dec91 (patch)
treeb7fcc14c626baaef350a59855ecb039b98252400 /src/chat_log.c
parent8b7975bdf3a01c57bcea554a5dbc32b5274ce636 (diff)
downloadprofani-tty-0fe70ce7d381ceb2b38cbb5ac9a99cbad95dec91.tar.gz
Merge common and util
Diffstat (limited to 'src/chat_log.c')
-rw-r--r--src/chat_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat_log.c b/src/chat_log.c
index 955e49ad..1ef1a079 100644
--- a/src/chat_log.c
+++ b/src/chat_log.c
@@ -27,7 +27,7 @@
 
 #include "chat_log.h"
 #include "common.h"
-#include "util.h"
+#include "common.h"
 #include "log.h"
 
 static GHashTable *logs;