summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/ObjectAdapter.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-09-02 18:54:36 +0000
committerMark Spruiell <mes@zeroc.com>2004-09-02 18:54:36 +0000
commitc99fdbac4672a2702d10224c5f226a3ec84d08b4 (patch)
treecb96d59e3bf39bdfd4785c4969b155690f1e8c4c /py/modules/IcePy/ObjectAdapter.cpp
parentfirst round of marshaling refactor (diff)
downloadice-c99fdbac4672a2702d10224c5f226a3ec84d08b4.tar.bz2
ice-c99fdbac4672a2702d10224c5f226a3ec84d08b4.tar.xz
ice-c99fdbac4672a2702d10224c5f226a3ec84d08b4.zip
moving Exception functions to Util
Diffstat (limited to 'py/modules/IcePy/ObjectAdapter.cpp')
-rw-r--r--py/modules/IcePy/ObjectAdapter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/modules/IcePy/ObjectAdapter.cpp b/py/modules/IcePy/ObjectAdapter.cpp
index b090643a39f..b00e1ea1640 100644
--- a/py/modules/IcePy/ObjectAdapter.cpp
+++ b/py/modules/IcePy/ObjectAdapter.cpp
@@ -10,7 +10,6 @@
#include <ObjectAdapter.h>
#include <Communicator.h>
#include <Current.h>
-#include <Exception.h>
#include <Identity.h>
#include <Marshal.h>
#include <Proxy.h>