summaryrefslogtreecommitdiff
path: root/include/svtools/filechangedchecker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/filechangedchecker.hxx')
-rw-r--r--include/svtools/filechangedchecker.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx
index 97a3a0617a3c..ec8d8a41fdac 100644
--- a/include/svtools/filechangedchecker.hxx
+++ b/include/svtools/filechangedchecker.hxx
@@ -12,12 +12,14 @@
#include <svtools/svtdllapi.h>
-#include <osl/file.hxx>
-#include <vcl/timer.hxx>
+#include <osl/time.h>
+#include <rtl/ustring.hxx>
#include <vcl/idle.hxx>
#include <functional>
+class Timer;
+
/** Periodically checks if a file has been modified
Instances of this class setup a vcl timer to occasionally wake up