terminal: don't include tsm_unicode.h
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 18 Sep 2012 11:47:19 +0000 (13:47 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 18 Sep 2012 11:47:19 +0000 (13:47 +0200)
This is not needed. And we want to avoid any dependencies to this layer
wherever possible.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/terminal.c

index c08cd17..903af4a 100644 (file)
@@ -41,7 +41,6 @@
 #include "shl_dlist.h"
 #include "terminal.h"
 #include "text.h"
-#include "tsm_unicode.h"
 #include "uterm.h"
 #include "vte.h"