summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2013-01-07 18:03:45 +0100
committerDavid Herrmann <dh.herrmann@googlemail.com>2013-01-07 18:03:45 +0100
commit50cfef008b64519592d11b2f35088b7446ff6ff8 (patch)
treebf4ed43699c262914f4410f0adfeed7f3c1018f6 /src/font.h
parentebf48cba229a968397fe7495b8b4321f5b9ce138 (diff)
uterm: move video API into uterm_video.h
Split the main header to avoid having it as dependency in so many places. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index b3f056f..cf76424 100644
--- a/src/font.h
+++ b/src/font.h
@@ -33,7 +33,7 @@
#include <errno.h>
#include <stdlib.h>
#include "kmscon_module.h"
-#include "uterm.h"
+#include "uterm_video.h"
/* fonts */