diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-16 17:08:21 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-16 17:08:21 +0200 |
commit | 93c553c1bcb02a1f3d7a8b9f95ae4a6452b241af (patch) | |
tree | 585d2935faee7209a5c97a7b8e8419a2194615ab /src/text_bblit.c | |
parent | 04e3bcc652d43887064e3a7b32b16c38b3f47dd5 (diff) |
shl: move timer to shl_timer_*
This moves the timers to SHL and removes the old static_misc header and
source. They are no longer needed.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'src/text_bblit.c')
-rw-r--r-- | src/text_bblit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/text_bblit.c b/src/text_bblit.c index 35b2c63..211cf9b 100644 --- a/src/text_bblit.c +++ b/src/text_bblit.c @@ -37,7 +37,6 @@ #include <stdlib.h> #include <string.h> #include "log.h" -#include "static_misc.h" #include "text.h" #include "unicode.h" #include "uterm.h" |