diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-07 18:10:32 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-07 18:10:32 +0000 |
commit | c0ce634b89ca28489e0a409c75f50e43932f3307 (patch) | |
tree | 5f0a0136ed22d9aa49140f44905e5678e5ab2425 /py/modules/IcePy/Current.cpp | |
parent | handle primitive sequence types as special case (diff) | |
download | ice-c0ce634b89ca28489e0a409c75f50e43932f3307.tar.bz2 ice-c0ce634b89ca28489e0a409c75f50e43932f3307.tar.xz ice-c0ce634b89ca28489e0a409c75f50e43932f3307.zip |
merging Identity functions into Util
Diffstat (limited to 'py/modules/IcePy/Current.cpp')
-rw-r--r-- | py/modules/IcePy/Current.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/modules/IcePy/Current.cpp b/py/modules/IcePy/Current.cpp index 6fe06e02b9e..0a1ab855ca5 100644 --- a/py/modules/IcePy/Current.cpp +++ b/py/modules/IcePy/Current.cpp @@ -9,7 +9,6 @@ #include <Current.h> #include <structmember.h> -#include <Identity.h> #include <ObjectAdapter.h> #include <Util.h> |