summaryrefslogtreecommitdiff
path: root/src/uterm_input.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_input.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_input.c')
-rw-r--r--src/uterm_input.c2
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"