From b66cfdbc1aa43fb42cf881bcc702798e95a50a9c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 22 Jul 2017 15:36:44 +0200 Subject: Removed duplicated includes Mainly about "core_resource.hxx" and "strings.hrc". It passed "make check" on Linux. Change-Id: I994420d5e33d02b64929f8a51c548a7322d88a79 Reviewed-on: https://gerrit.libreoffice.org/40311 Tested-by: Jenkins Reviewed-by: Julien Nabet --- dbaccess/source/ui/uno/copytablewizard.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess/source/ui/uno/copytablewizard.cxx') diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx index 60462ff3781c..48174ffed413 100644 --- a/dbaccess/source/ui/uno/copytablewizard.cxx +++ b/dbaccess/source/ui/uno/copytablewizard.cxx @@ -24,7 +24,6 @@ #include "strings.hxx" #include "stringconstants.hxx" #include "core_resource.hxx" -#include "core_resource.hxx" #include "sqlmessage.hxx" #include "uiservices.hxx" #include "WCopyTable.hxx" -- cgit