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 --- desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx | 2 -- desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 1 - 2 files changed, 3 deletions(-) (limited to 'desktop') diff --git a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx index 9bb354d7db70..923335bb3290 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx @@ -40,8 +40,6 @@ #include #include -#include "strings.hrc" -#include "dp_shared.hxx" #include "dp_version.hxx" using namespace ::com::sun::star; diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx index 2e9fdda4dadb..d1e8bf0f7167 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx @@ -42,7 +42,6 @@ #include "unopkg_shared.h" #include "dp_identifier.hxx" #include "dp_shared.hxx" -#include "strings.hrc" #include "lockfile.hxx" using namespace ::com::sun::star; -- cgit