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 <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-09-18 13:47:19 +02:00
parent f2c1dd77ff
commit c63330d9e9

View 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"