diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:42:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:10 +0200 |
commit | 54ef1c155990bee247f083a37be9515b43709ac3 (patch) | |
tree | 9246a70e38e040cd35d38298ee50528e1e37b12c /desktop/source/pkgchk/unopkg | |
parent | 957e6c7968b205caf939c53942fe1c5fd64d57ef (diff) |
loplugin:includeform: desktop
Change-Id: I2dacb21cd0c9618dadb49912e0f09c9ab576f9b0
Diffstat (limited to 'desktop/source/pkgchk/unopkg')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_app.cxx | 4 | ||||
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx | 6 | ||||
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 8 | ||||
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_shared.h | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx index a928a7e3c336..d3cc0e89d41d 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx @@ -19,10 +19,10 @@ #include <desktop/dllapi.h> -#include "dp_misc.h" +#include <dp_misc.h> #include "unopkg_main.h" #include "unopkg_shared.h" -#include "dp_identifier.hxx" +#include <dp_identifier.hxx> #include <tools/extendapplicationenvironment.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/uri.hxx> diff --git a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx index 49e2274b0056..a9eb2cdb1488 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx @@ -18,8 +18,8 @@ */ -#include "strings.hrc" -#include "dp_shared.hxx" +#include <strings.hrc> +#include <dp_shared.hxx> #include "unopkg_shared.h" #include <osl/thread.h> #include <unotools/resmgr.hxx> @@ -40,7 +40,7 @@ #include <com/sun/star/i18n/CollatorOptions.hpp> #include <stdio.h> -#include "dp_version.hxx" +#include <dp_version.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::ucb; diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx index 0aafe484a21d..2955757f4a19 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx @@ -38,11 +38,11 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ucb/UniversalContentBroker.hpp> -#include "strings.hrc" +#include <strings.hrc> #include "unopkg_shared.h" -#include "dp_identifier.hxx" -#include "dp_shared.hxx" -#include "lockfile.hxx" +#include <dp_identifier.hxx> +#include <dp_shared.hxx> +#include <lockfile.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/desktop/source/pkgchk/unopkg/unopkg_shared.h b/desktop/source/pkgchk/unopkg/unopkg_shared.h index 7a3e51f41e8f..0028880b16aa 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_shared.h +++ b/desktop/source/pkgchk/unopkg/unopkg_shared.h @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dp_misc.h" +#include <dp_misc.h> #include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> |