From e61c75dffa437b625c60106fd8108e6039d74fb0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 26 Sep 2019 12:25:40 +0100 Subject: drop some unnecessary includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia0ad992559ecd6f7a0436de2a636391c387beff8 Reviewed-on: https://gerrit.libreoffice.org/79604 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- dbaccess/source/ui/misc/WNameMatch.cxx | 2 -- dbaccess/source/ui/misc/WTypeSelect.cxx | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/misc/WNameMatch.cxx b/dbaccess/source/ui/misc/WNameMatch.cxx index c7726e9462f8..a1231f02bb6c 100644 --- a/dbaccess/source/ui/misc/WNameMatch.cxx +++ b/dbaccess/source/ui/misc/WNameMatch.cxx @@ -26,8 +26,6 @@ #include #include #include -#include -#include #include using namespace ::dbaui; diff --git a/dbaccess/source/ui/misc/WTypeSelect.cxx b/dbaccess/source/ui/misc/WTypeSelect.cxx index 7d561b899772..59c115f9334c 100644 --- a/dbaccess/source/ui/misc/WTypeSelect.cxx +++ b/dbaccess/source/ui/misc/WTypeSelect.cxx @@ -27,12 +27,11 @@ #include #include #include +#include #include #include #include #include -#include -#include #include -- cgit