summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/BasicStream.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-05 07:54:40 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-05 07:54:40 +0000
commit9ad872312904cb29cbe8f031711a81cb55af63f0 (patch)
tree4710da697e429148bdf01f5830bfcdaa3354f34a /cppe/include/IceE/BasicStream.h
parentcleanup. (diff)
downloadice-9ad872312904cb29cbe8f031711a81cb55af63f0.tar.bz2
ice-9ad872312904cb29cbe8f031711a81cb55af63f0.tar.xz
ice-9ad872312904cb29cbe8f031711a81cb55af63f0.zip
cleanup.
Diffstat (limited to 'cppe/include/IceE/BasicStream.h')
-rw-r--r--cppe/include/IceE/BasicStream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/include/IceE/BasicStream.h b/cppe/include/IceE/BasicStream.h
index d4005ade546..5f2b890735d 100644
--- a/cppe/include/IceE/BasicStream.h
+++ b/cppe/include/IceE/BasicStream.h
@@ -10,7 +10,6 @@
#ifndef ICEE_BASIC_STREAM_H
#define ICEE_BASIC_STREAM_H
-#include <IceE/InstanceF.h>
#include <IceE/ProxyF.h>
#include <IceE/Buffer.h>
@@ -25,6 +24,8 @@ class UserException;
namespace IceInternal
{
+class Instance;
+
class ICEE_API BasicStream : public Buffer
{
public: