vcl/source/window/dockwin.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 38751a8d5e07a448fe56c4602701f567538b139e
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon May 23 11:05:50 2022 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Mon May 23 21:24:44 2022 +0200

    Removed duplicated include
    
    Change-Id: I66e5f8ec9cb3d2c590bbd23c173f7028c23ce241
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134807
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/source/window/dockwin.cxx b/vcl/source/window/dockwin.cxx
index b799fbe6aad6..fb216913b803 100644
--- a/vcl/source/window/dockwin.cxx
+++ b/vcl/source/window/dockwin.cxx
@@ -36,8 +36,6 @@
 
 #include "impldockingwrapper.hxx"
 
-#include <comphelper/lok.hxx>
-
 #define DOCKWIN_FLOATSTYLES         (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE 
| WB_STANDALONE)
 
 class DockingWindow::ImplData

Reply via email to