From c63330d9e963c13a90c664a5a505aa34eab04862 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 18 Sep 2012 13:47:19 +0200 Subject: [PATCH] terminal: don't include tsm_unicode.h This is not needed. And we want to avoid any dependencies to this layer wherever possible. Signed-off-by: David Herrmann --- src/terminal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/terminal.c b/src/terminal.c index c08cd17..903af4a 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -41,7 +41,6 @@ #include "shl_dlist.h" #include "terminal.h" #include "text.h" -#include "tsm_unicode.h" #include "uterm.h" #include "vte.h"