diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-12 14:45:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-12 21:20:15 +0100 |
commit | 3a981ad54f226723bc9749b52d62de0c536178f6 (patch) | |
tree | 67530c8fe3552bba1413abb6ef2867a8c77498ed | |
parent | 043690eff82d5798774452a8364e1566b866a320 (diff) |
drop unnecessary include
Change-Id: I09837025e60d240b85515d9355ddd42f1d4e94d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110824
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sd/source/ui/annotations/annotationwindow.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationwindow.hxx b/sd/source/ui/annotations/annotationwindow.hxx index c976322af652..79d3f73f6b91 100644 --- a/sd/source/ui/annotations/annotationwindow.hxx +++ b/sd/source/ui/annotations/annotationwindow.hxx @@ -19,7 +19,6 @@ #pragma once -#include <vcl/ctrl.hxx> #include <vcl/floatwin.hxx> #include <vcl/InterimItemWindow.hxx> #include <tools/long.hxx> |