summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-11-18 20:36:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-19 11:35:29 +0100
commitbcf601f53ca50460e973a7ad8725aeed33170b2e (patch)
tree5c66ada548544504e01833d2040d6a6e46ae2602 /vcl/unx/generic
parent38ef2cb092100d03fbef2c05a36526802d06ebaf (diff)
rtl::Static->thread-safe static in vcl
Change-Id: I748c3b5608b76b4b847273856f6b1c66b53aced1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125497 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/unx/generic')
-rw-r--r--vcl/unx/generic/glyphs/freetype_glyphcache.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
index 7a31f981a371..5754e2e6448c 100644
--- a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
+++ b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
@@ -48,8 +48,6 @@
#include FT_SYNTHESIS_H
#include FT_TRUETYPE_TABLES_H
-#include <rtl/instance.hxx>
-
#include <vector>
// TODO: move file mapping stuff to OSL