From 0833f220fee7234baaeba2c9daafa0c7b838bd96 Mon Sep 17 00:00:00 2001 From: Martin Gallwey Date: Thu, 15 Nov 2001 18:48:52 +0000 Subject: #92268# include minimum number of headers --- package/inc/ByteGrabber.hxx | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'package/inc/ByteGrabber.hxx') diff --git a/package/inc/ByteGrabber.hxx b/package/inc/ByteGrabber.hxx index 85f6685d0f23..1df4d47dff8b 100644 --- a/package/inc/ByteGrabber.hxx +++ b/package/inc/ByteGrabber.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ByteGrabber.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mtg $ $Date: 2001-08-08 18:16:32 $ + * last change: $Author: mtg $ $Date: 2001-11-15 19:47:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,13 +61,31 @@ #ifndef _BYTE_GRABBER_HXX_ #define _BYTE_GRABBER_HXX_ -#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_ -#include +#ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_ +#include #endif -#ifndef _COM_SUN_STAR_IO_XSEEKABLE_HPP_ -#include +#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ +#include +#endif +#ifndef _COM_SUN_STAR_IO_BUFFERSIZEEXCEEDEDEXCEPTION_HPP_ +#include +#endif +#ifndef _COM_SUN_STAR_IO_IOEXCEPTION_HPP_ +#include +#endif +#ifndef _COM_SUN_STAR_IO_NOTCONNECTEDEXCEPTION_HPP_ +#include +#endif +#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_ +#include +#endif +#ifndef _COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP_ +#include #endif +namespace com { namespace sun { namespace star { + namespace io { class XSeekable; class XInputStream; } +} } } class ByteGrabber { protected: -- cgit