From acf941677f92debe62900232231b81c3c03ccf51 Mon Sep 17 00:00:00 2001
From: Caolán McNamara <caolanm@redhat.com>
Date: Tue, 11 Jun 2019 16:23:51 +0100
Subject: remove some unneeded includes
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I4722cc32e79cb9bd3708a66be127e097fdb84aed
Reviewed-on: https://gerrit.libreoffice.org/73838
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
---
 vcl/source/window/window2.cxx | 1 -
 1 file changed, 1 deletion(-)

(limited to 'vcl/source/window')

diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 2726c283ebde..a5174bb8e367 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -32,7 +32,6 @@
 #include <vcl/window.hxx>
 #include <vcl/scrbar.hxx>
 #include <vcl/dockwin.hxx>
-#include <vcl/tabctrl.hxx>
 #include <vcl/settings.hxx>
 #include <vcl/builder.hxx>
 
-- 
cgit