From 2cd6ff8a54b0db76b2f4c5f75988367cfb0feaf0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 Oct 2019 10:51:03 +0000 Subject: remove unnecessary includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia4a622b34ff3f71963cff7a1aa8658a4df12f04f Reviewed-on: https://gerrit.libreoffice.org/81676 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basctl/source/basicide/basidectrlr.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/basidectrlr.cxx b/basctl/source/basicide/basidectrlr.cxx index a7aed4023d1b..1d4a7dc7664a 100644 --- a/basctl/source/basicide/basidectrlr.cxx +++ b/basctl/source/basicide/basidectrlr.cxx @@ -18,13 +18,9 @@ */ #include - #include - #include -#include - namespace basctl { -- cgit