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/uterm_input.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/uterm_input.c')
-rw-r--r-- | src/uterm_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uterm_input.c b/src/uterm_input.c index 2a55318..c5e6f1e 100644 --- a/src/uterm_input.c +++ b/src/uterm_input.c @@ -39,7 +39,7 @@ #include "eloop.h" #include "log.h" #include "shl_dlist.h" -#include "static_misc.h" +#include "static_hook.h" #include "uterm.h" #include "uterm_input.h" |