diff options
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/inc/strmadpt.hxx | 1 | ||||
-rw-r--r-- | svl/source/items/lckbitem.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/inc/strmadpt.hxx b/svl/source/inc/strmadpt.hxx index c91d61cd06cc..ef1771f9c529 100644 --- a/svl/source/inc/strmadpt.hxx +++ b/svl/source/inc/strmadpt.hxx @@ -23,7 +23,6 @@ #include <sal/config.h> #include <com/sun/star/io/XOutputStream.hpp> -#include <tools/stream.hxx> class SvOutputStreamOpenLockBytes: public SvOpenLockBytes diff --git a/svl/source/items/lckbitem.cxx b/svl/source/items/lckbitem.cxx index 169219f416d4..faeeae6745eb 100644 --- a/svl/source/items/lckbitem.cxx +++ b/svl/source/items/lckbitem.cxx @@ -19,6 +19,7 @@ #include <svl/lckbitem.hxx> #include <svl/poolitem.hxx> +#include <tools/stream.hxx> #include <osl/diagnose.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> |