diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-12-08 14:53:04 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-10 12:29:50 +0100 |
commit | 0201942d31f6cf1baee010de8423b8bdc5f8d343 (patch) | |
tree | 62908967e7d404b5b55c102b4a3464d4ddbc05c2 /sax | |
parent | 06e5bd866b8c0bdb2d5686a3b446151abb8983fb (diff) |
remove unused osl/time.h includes ..
and some more in base64.cxx
Change-Id: I31c9f23d3bd11f5482774e976a7c40025ffcfb86
Reviewed-on: https://gerrit.libreoffice.org/46157
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/tools/converter.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx index b78e4e1413f2..431cfde4308a 100644 --- a/sax/source/tools/converter.cxx +++ b/sax/source/tools/converter.cxx @@ -31,7 +31,6 @@ #include <rtl/ustrbuf.hxx> #include <rtl/math.hxx> #include <sal/log.hxx> -#include <osl/time.h> #include <osl/diagnose.h> #include <comphelper/base64.hxx> |