aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-06-23 21:52:34 +0000
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-06-23 21:52:34 +0000
commit71df54522bbf46cbc18666be702106d1d591912a (patch)
treecb9245b0d639a968038336beaaf1e5d1e1444ad9
parent9d72353c29fd320b9ce5260a4e0777a04576d97d (diff)
downloadlcd4linux-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
-rw-r--r--widget_timer.c2
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"