diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2013-01-07 18:03:45 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2013-01-07 18:03:45 +0100 |
commit | 50cfef008b64519592d11b2f35088b7446ff6ff8 (patch) | |
tree | bf4ed43699c262914f4410f0adfeed7f3c1018f6 /src/font.h | |
parent | ebf48cba229a968397fe7495b8b4321f5b9ce138 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ #include <errno.h> #include <stdlib.h> #include "kmscon_module.h" -#include "uterm.h" +#include "uterm_video.h" /* fonts */ |