summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-11-16 19:46:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-16 19:53:51 +0100
commita2bb4fc9174637c065364f9740f164b27172d1f3 (patch)
treeaa2b92c72a8d2faafa12de9137d05d1d9ff56aa7 /salhelper
parentae8802cef10c40a40df8f783e724d70618539126 (diff)
rtl::Static->thread-safe static
Change-Id: I0f39dea1392eb2ba11881615aedbe386870282ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125324 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/timer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx
index 430cdfe9138c..c0fba72ed68f 100644
--- a/salhelper/source/timer.cxx
+++ b/salhelper/source/timer.cxx
@@ -21,7 +21,6 @@
#include <osl/thread.hxx>
#include <osl/conditn.hxx>
#include <osl/mutex.hxx>
-#include <rtl/instance.hxx>
#include <mutex>