diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-02 18:54:36 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-02 18:54:36 +0000 |
commit | c99fdbac4672a2702d10224c5f226a3ec84d08b4 (patch) | |
tree | cb96d59e3bf39bdfd4785c4969b155690f1e8c4c /py/modules/IcePy/Proxy.cpp | |
parent | first round of marshaling refactor (diff) | |
download | ice-c99fdbac4672a2702d10224c5f226a3ec84d08b4.tar.bz2 ice-c99fdbac4672a2702d10224c5f226a3ec84d08b4.tar.xz ice-c99fdbac4672a2702d10224c5f226a3ec84d08b4.zip |
moving Exception functions to Util
Diffstat (limited to 'py/modules/IcePy/Proxy.cpp')
-rw-r--r-- | py/modules/IcePy/Proxy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/modules/IcePy/Proxy.cpp b/py/modules/IcePy/Proxy.cpp index 56bd7276a9f..91e4dca1243 100644 --- a/py/modules/IcePy/Proxy.cpp +++ b/py/modules/IcePy/Proxy.cpp @@ -9,7 +9,6 @@ #include <Proxy.h> #include <structmember.h> -#include <Exception.h> #include <Identity.h> #include <Marshal.h> #include <Types.h> |