diff options
author | dante <dante19031999@gmail.com> | 2021-02-27 19:26:41 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-03-01 08:23:09 +0100 |
commit | b6d7a8929d77ef67bbeb584cb0283d5a4f82ebbb (patch) | |
tree | 16454f4703019bc9269678c5c3c64c2bf8a7fe3c /starmath/inc/document.hxx | |
parent | 0833f01a3df511871c572c5454a97ef878eb9f67 (diff) |
Starmath cleanup unused includes
Change-Id: I294c5bbeadb718e35c0c5e56332b4df71433555a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111687
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r-- | starmath/inc/document.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 17933546265c..88d2126ac579 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_STARMATH_INC_DOCUMENT_HXX #define INCLUDED_STARMATH_INC_DOCUMENT_HXX -#include <rtl/ustring.hxx> #include <rtl/strbuf.hxx> #include <sfx2/docfac.hxx> #include <sfx2/objsh.hxx> @@ -30,11 +29,7 @@ #include <oox/core/filterbase.hxx> #include <oox/export/utils.hxx> -#include <memory> -#include <set> - #include "format.hxx" -#include "node.hxx" #include "parse.hxx" #include "smdllapi.hxx" |