diff options
author | mzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2012-06-23 21:52:34 +0000 |
---|---|---|
committer | mzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2012-06-23 21:52:34 +0000 |
commit | 71df54522bbf46cbc18666be702106d1d591912a (patch) | |
tree | cb9245b0d639a968038336beaaf1e5d1e1444ad9 /widget_timer.c | |
parent | 9d72353c29fd320b9ce5260a4e0777a04576d97d (diff) | |
download | lcd4linux-71df54522bbf46cbc18666be702106d1d591912a.tar.gz |
widget_timer: oops, forgot to update includes...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1191 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_timer.c')
-rw-r--r-- | widget_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget_timer.c b/widget_timer.c index 7417287..10ba86d 100644 --- a/widget_timer.c +++ b/widget_timer.c @@ -42,7 +42,7 @@ #include "cfg.h" #include "qprintf.h" #include "property.h" -#include "timer_group.h" +#include "timer.h" #include "widget.h" #include "widget_timer.h" |