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/source/mathml | |
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/source/mathml')
-rw-r--r-- | starmath/source/mathml/mathmlexport.cxx | 1 | ||||
-rw-r--r-- | starmath/source/mathml/mathmlimport.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/starmath/source/mathml/mathmlexport.cxx b/starmath/source/mathml/mathmlexport.cxx index e9e65697f83a..8414bc7f8dca 100644 --- a/starmath/source/mathml/mathmlexport.cxx +++ b/starmath/source/mathml/mathmlexport.cxx @@ -54,7 +54,6 @@ #include <tools/diagnose_ex.h> #include <sal/log.hxx> -#include <memory> #include <stack> #include <mathmlexport.hxx> diff --git a/starmath/source/mathml/mathmlimport.cxx b/starmath/source/mathml/mathmlimport.cxx index b5870bf86324..f9862430665d 100644 --- a/starmath/source/mathml/mathmlimport.cxx +++ b/starmath/source/mathml/mathmlimport.cxx @@ -60,8 +60,6 @@ one go*/ #include <svx/strings.hrc> #include <tools/diagnose_ex.h> -#include <memory> - #include <mathmlattr.hxx> #include <xparsmlbase.hxx> #include <mathmlimport.hxx> |