From e552ddda9abf7b9c285972e0d15a5b28d721c530 Mon Sep 17 00:00:00 2001 From: dante Date: Sun, 3 Jan 2021 20:47:02 +0100 Subject: Mathml gets it's own directory It has grown recently and is going to grow more. cfgitem.hxx has been moved and clangformated because it is not anymore in excludelist Change-Id: I277837b2c0a90ae4e84028dc6e19962939c1aef3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108645 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/source/view.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'starmath/source/view.cxx') diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 27288ffa3469..2a69b340e3ef 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -64,13 +64,13 @@ #include #include -#include "cfgitem.hxx" +#include #include #include #include #include #include -#include "mathmlimport.hxx" +#include #include #include "accessibility.hxx" #include -- cgit