summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-07-22 15:36:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-07-23 13:22:07 +0200
commitb66cfdbc1aa43fb42cf881bcc702798e95a50a9c (patch)
tree89268f487fe1ef59c9f13f8a2ecb0f21b372278e /desktop
parent737e6c248ae015b7fced059257f2faa9cf4c0703 (diff)
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 <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx2
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_misc.cxx1
2 files changed, 0 insertions, 3 deletions
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 <com/sun/star/i18n/CollatorOptions.hpp>
#include <stdio.h>
-#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;