sw/source/uibase/sidebar/CommentsPanel.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit a54488dae3a9aba78a4e1d5cbea94f63ed2a446a Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Sep 19 18:29:40 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu Sep 19 21:44:21 2024 +0200 Remove duplicated include Change-Id: I9dc7bb716b29b0e9980734f254e8e385a571a560 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173679 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/source/uibase/sidebar/CommentsPanel.hxx b/sw/source/uibase/sidebar/CommentsPanel.hxx index 348388ab21e1..7d2de3f1529e 100644 --- a/sw/source/uibase/sidebar/CommentsPanel.hxx +++ b/sw/source/uibase/sidebar/CommentsPanel.hxx @@ -37,7 +37,6 @@ #include <tools/date.hxx> #include <tools/datetime.hxx> #include <tools/time.hxx> -#include <svtools/ctrlbox.hxx> class SwWrtShell; class SwView;
