summaryrefslogtreecommitdiff
path: root/include/vcl/timer.hxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-02-02 17:21:23 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2017-07-13 12:10:20 +0200
commitb9ae1505e36157775b1002fdbd178d1c90cd91a9 (patch)
treee236fce90f7cf635321f827ad9c51c0a186d6395 /include/vcl/timer.hxx
parentd72aad218c9737fb19d1a835b03c13b7107a96c0 (diff)
Move scheduler task into its own header
Change-Id: I54534787b8cfa4c47dc09dde9c38a7893df9d367
Diffstat (limited to 'include/vcl/timer.hxx')
-rw-r--r--include/vcl/timer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/timer.hxx b/include/vcl/timer.hxx
index c7bf7253a2d3..c7dccd7fc421 100644
--- a/include/vcl/timer.hxx
+++ b/include/vcl/timer.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_VCL_TIMER_HXX
#include <tools/link.hxx>
-#include <vcl/scheduler.hxx>
+#include <vcl/task.hxx>
class VCL_DLLPUBLIC Timer : public Task
{