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/Properties.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/Properties.cpp')
-rw-r--r-- | py/modules/IcePy/Properties.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/modules/IcePy/Properties.cpp b/py/modules/IcePy/Properties.cpp index 177b7b07e3c..dbadeb5b121 100644 --- a/py/modules/IcePy/Properties.cpp +++ b/py/modules/IcePy/Properties.cpp @@ -8,7 +8,6 @@ // ********************************************************************** #include <Properties.h> -#include <Exception.h> #include <Util.h> #include <Ice/Initialize.h> #include <Ice/Properties.h> |