summaryrefslogtreecommitdiff
path: root/src/uterm_video.c
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-09-16 17:08:21 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-09-16 17:08:21 +0200
commit93c553c1bcb02a1f3d7a8b9f95ae4a6452b241af (patch)
tree585d2935faee7209a5c97a7b8e8419a2194615ab /src/uterm_video.c
parent04e3bcc652d43887064e3a7b32b16c38b3f47dd5 (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/uterm_video.c')
-rw-r--r--src/uterm_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uterm_video.c b/src/uterm_video.c
index 24c5b4f..33c32c6 100644
--- a/src/uterm_video.c
+++ b/src/uterm_video.c
@@ -37,7 +37,7 @@
#include <unistd.h>
#include "eloop.h"
#include "log.h"
-#include "static_misc.h"
+#include "static_hook.h"
#include "uterm.h"
#include "uterm_video.h"