sd/source/ui/view/ToolBarManager.cxx | 1 - sw/source/uibase/inc/wrtsh.hxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit ef46b72f90f66892c06a513cd326916269f296c3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Aug 11 11:21:25 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Aug 11 17:49:06 2022 +0200 Removed duplicated includes Change-Id: Idda90285f0e364f135869eec02a5b25e8ce0e79e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138113 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sd/source/ui/view/ToolBarManager.cxx b/sd/source/ui/view/ToolBarManager.cxx index 23587872fd8c..503b28fb2634 100644 --- a/sd/source/ui/view/ToolBarManager.cxx +++ b/sd/source/ui/view/ToolBarManager.cxx @@ -45,7 +45,6 @@ #include <osl/diagnose.h> #include <map> -#include <utility> #include <memory> #include <string_view> #include <vector> diff --git a/sw/source/uibase/inc/wrtsh.hxx b/sw/source/uibase/inc/wrtsh.hxx index fccf1ef81c4e..2f7fb5fa7b06 100644 --- a/sw/source/uibase/inc/wrtsh.hxx +++ b/sw/source/uibase/inc/wrtsh.hxx @@ -33,7 +33,6 @@ #include <doc.hxx> #include <docsh.hxx> #include <viewopt.hxx> -#include <optional> namespace vcl { class Window; } class SbxArray;