diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-11 11:21:25 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-11 17:49:06 +0200 |
commit | ef46b72f90f66892c06a513cd326916269f296c3 (patch) | |
tree | 01320ea08ad21712beb1b5414cdea2fb441aba07 | |
parent | 0d9d0ca83fc072979ffda84d993055f44793d05d (diff) |
Removed duplicated includes
Change-Id: Idda90285f0e364f135869eec02a5b25e8ce0e79e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138113
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sd/source/ui/view/ToolBarManager.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/wrtsh.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
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; |