diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-18 00:06:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-18 18:51:49 +0100 |
commit | 15b4ab8d1943f625b3648f72ebd1872467c5854c (patch) | |
tree | 8f468606f6976a364b59a62ffae0bb9d614edb73 /package | |
parent | 721366ebe1605f6167cc46a05fba12ce884b92cf (diff) |
cppuhelper: clean up public headers with include-what-you-use
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
Diffstat (limited to 'package')
-rw-r--r-- | package/source/manifest/ManifestReader.hxx | 1 | ||||
-rw-r--r-- | package/source/manifest/ManifestWriter.hxx | 1 | ||||
-rw-r--r-- | package/source/xstor/ocompinstream.cxx | 1 | ||||
-rw-r--r-- | package/source/xstor/oseekinstream.cxx | 1 | ||||
-rw-r--r-- | package/source/xstor/owriteablestream.cxx | 1 | ||||
-rw-r--r-- | package/source/xstor/xstorage.cxx | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/package/source/manifest/ManifestReader.hxx b/package/source/manifest/ManifestReader.hxx index 164933d50e24..38c6af817363 100644 --- a/package/source/manifest/ManifestReader.hxx +++ b/package/source/manifest/ManifestReader.hxx @@ -22,6 +22,7 @@ #include <cppuhelper/implbase2.hxx> #include <com/sun/star/packages/manifest/XManifestReader.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> namespace com { namespace sun { namespace star { diff --git a/package/source/manifest/ManifestWriter.hxx b/package/source/manifest/ManifestWriter.hxx index 36ed148824c2..c73fae6dcff1 100644 --- a/package/source/manifest/ManifestWriter.hxx +++ b/package/source/manifest/ManifestWriter.hxx @@ -22,6 +22,7 @@ #include <cppuhelper/implbase2.hxx> #include <com/sun/star/packages/manifest/XManifestWriter.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> namespace com { namespace sun { namespace star { diff --git a/package/source/xstor/ocompinstream.cxx b/package/source/xstor/ocompinstream.cxx index dad94aa0ee82..bcf502798b5d 100644 --- a/package/source/xstor/ocompinstream.cxx +++ b/package/source/xstor/ocompinstream.cxx @@ -20,6 +20,7 @@ #include "ocompinstream.hxx" #include <com/sun/star/embed/StorageFormats.hpp> #include <com/sun/star/lang/DisposedException.hpp> +#include <cppuhelper/queryinterface.hxx> #include <osl/diagnose.h> #include "owriteablestream.hxx" diff --git a/package/source/xstor/oseekinstream.cxx b/package/source/xstor/oseekinstream.cxx index bdd7f6004d06..53bf7a3db989 100644 --- a/package/source/xstor/oseekinstream.cxx +++ b/package/source/xstor/oseekinstream.cxx @@ -19,6 +19,7 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <cppuhelper/typeprovider.hxx> +#include <cppuhelper/queryinterface.hxx> #include <osl/diagnose.h> #include "oseekinstream.hxx" diff --git a/package/source/xstor/owriteablestream.cxx b/package/source/xstor/owriteablestream.cxx index 02c8ee8196a8..9a2ac17c39ae 100644 --- a/package/source/xstor/owriteablestream.cxx +++ b/package/source/xstor/owriteablestream.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/embed/StorageFormats.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <cppuhelper/typeprovider.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/exc_hlp.hxx> #include <osl/diagnose.h> diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx index 1171efb1c107..9c345d699fe1 100644 --- a/package/source/xstor/xstorage.cxx +++ b/package/source/xstor/xstorage.cxx @@ -39,6 +39,7 @@ #include <PackageConstants.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/exc_hlp.hxx> #include <rtl/instance.hxx> |