diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:34:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:59 +0200 |
commit | a50d42929aefc5a3a421228efde86aa83f478e05 (patch) | |
tree | c01880667fc4f9694b0449c316ca3f4f9f74b18d /package/inc | |
parent | cb3b0cb54e1e505a0e54ef64fe46e8173c1379b2 (diff) |
loplugin:includeform: package
Change-Id: I64200b2d03d579c5c83d1ec0cc8aaa839edaa7ed
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/HashMaps.hxx | 2 | ||||
-rw-r--r-- | package/inc/ZipEnumeration.hxx | 2 | ||||
-rw-r--r-- | package/inc/ZipFile.hxx | 6 | ||||
-rw-r--r-- | package/inc/ZipOutputEntry.hxx | 2 | ||||
-rw-r--r-- | package/inc/ZipOutputStream.hxx | 2 | ||||
-rw-r--r-- | package/inc/ZipPackage.hxx | 2 | ||||
-rw-r--r-- | package/inc/ZipPackageEntry.hxx | 2 | ||||
-rw-r--r-- | package/inc/ZipPackageFolder.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipPackageStream.hxx | 4 | ||||
-rw-r--r-- | package/inc/zipfileaccess.hxx | 4 |
10 files changed, 15 insertions, 15 deletions
diff --git a/package/inc/HashMaps.hxx b/package/inc/HashMaps.hxx index f10760f62517..46df27962cf9 100644 --- a/package/inc/HashMaps.hxx +++ b/package/inc/HashMaps.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_PACKAGE_INC_HASHMAPS_HXX #define INCLUDED_PACKAGE_INC_HASHMAPS_HXX -#include <ZipEntry.hxx> +#include "ZipEntry.hxx" #include <rtl/ref.hxx> #include <unordered_map> diff --git a/package/inc/ZipEnumeration.hxx b/package/inc/ZipEnumeration.hxx index f9f517a4a45e..0b6402a50c21 100644 --- a/package/inc/ZipEnumeration.hxx +++ b/package/inc/ZipEnumeration.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_PACKAGE_INC_ZIPENUMERATION_HXX #define INCLUDED_PACKAGE_INC_ZIPENUMERATION_HXX -#include <HashMaps.hxx> +#include "HashMaps.hxx" class ZipEnumeration { diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx index 6065a8f3af35..f57a0fb30015 100644 --- a/package/inc/ZipFile.hxx +++ b/package/inc/ZipFile.hxx @@ -28,9 +28,9 @@ #include <comphelper/refcountedmutex.hxx> #include <package/Inflater.hxx> -#include <ByteGrabber.hxx> -#include <HashMaps.hxx> -#include <EncryptionData.hxx> +#include "ByteGrabber.hxx" +#include "HashMaps.hxx" +#include "EncryptionData.hxx" #include <memory> diff --git a/package/inc/ZipOutputEntry.hxx b/package/inc/ZipOutputEntry.hxx index 14882bef9cdc..016e220fa06e 100644 --- a/package/inc/ZipOutputEntry.hxx +++ b/package/inc/ZipOutputEntry.hxx @@ -27,7 +27,7 @@ #include <com/sun/star/xml/crypto/XDigestContext.hpp> #include <package/Deflater.hxx> -#include <CRC32.hxx> +#include "CRC32.hxx" #include <atomic> struct ZipEntry; diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx index 34fdc6b7426f..a0a8f3ad24ac 100644 --- a/package/inc/ZipOutputStream.hxx +++ b/package/inc/ZipOutputStream.hxx @@ -22,7 +22,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/io/XOutputStream.hpp> -#include <ByteChucker.hxx> +#include "ByteChucker.hxx" #include <comphelper/threadpool.hxx> #include <vector> diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx index cd5a8caba757..f89dd57d7be4 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -33,7 +33,7 @@ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <comphelper/refcountedmutex.hxx> -#include <HashMaps.hxx> +#include "HashMaps.hxx" #include <osl/file.h> #include <vector> #include <memory> diff --git a/package/inc/ZipPackageEntry.hxx b/package/inc/ZipPackageEntry.hxx index 8860b832f479..300b5f25ea67 100644 --- a/package/inc/ZipPackageEntry.hxx +++ b/package/inc/ZipPackageEntry.hxx @@ -27,7 +27,7 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <ZipEntry.hxx> +#include "ZipEntry.hxx" #include <cppuhelper/implbase.hxx> #include <vector> diff --git a/package/inc/ZipPackageFolder.hxx b/package/inc/ZipPackageFolder.hxx index e638cc6a1112..0fad51f72ba2 100644 --- a/package/inc/ZipPackageFolder.hxx +++ b/package/inc/ZipPackageFolder.hxx @@ -23,8 +23,8 @@ #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/beans/StringPair.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <HashMaps.hxx> -#include <ZipPackageEntry.hxx> +#include "HashMaps.hxx" +#include "ZipPackageEntry.hxx" #include <cppuhelper/implbase.hxx> #include <vector> diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index c84d39ca565d..d8f6903e35ac 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.hxx @@ -24,12 +24,12 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/packages/XDataSinkEncrSupport.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <ZipPackageEntry.hxx> +#include "ZipPackageEntry.hxx" #include <rtl/ref.hxx> #include <comphelper/refcountedmutex.hxx> #include <cppuhelper/implbase.hxx> -#include <EncryptionData.hxx> +#include "EncryptionData.hxx" #define PACKAGE_STREAM_NOTSET 0 #define PACKAGE_STREAM_PACKAGEMEMBER 1 diff --git a/package/inc/zipfileaccess.hxx b/package/inc/zipfileaccess.hxx index 112e882c42de..34e58b95a619 100644 --- a/package/inc/zipfileaccess.hxx +++ b/package/inc/zipfileaccess.hxx @@ -32,8 +32,8 @@ #include <comphelper/refcountedmutex.hxx> #include <cppuhelper/implbase.hxx> -#include <ZipFile.hxx> -#include <HashMaps.hxx> +#include "ZipFile.hxx" +#include "HashMaps.hxx" #include <memory> |