diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-06 22:54:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-07 07:27:12 +0200 |
commit | b8b9ad9ade866175d8d7f1b68a465060901efee9 (patch) | |
tree | 533f7a80581b1ad4b4ae3b09f7fe19712e1ea00a /starmath | |
parent | 30759b5ce2ef4f915a6f4ba50ce25b602162805c (diff) |
Removed duplicated includes
Change-Id: Ic981e0916c68181cab7081091303d18c54912377
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137912
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/ElementsDockingWindow.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx index 5d7b51de58a6..202396dfc282 100644 --- a/starmath/source/ElementsDockingWindow.cxx +++ b/starmath/source/ElementsDockingWindow.cxx @@ -40,7 +40,6 @@ #include <vcl/virdev.hxx> #include <unordered_map> -#include <utility> namespace { |