diff options
author | Marc Laukien <marc@zeroc.com> | 2004-04-09 16:38:00 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-04-09 16:38:00 +0000 |
commit | 09c33fa2189c2b538d6618d4bd78d6e6e32b5c3a (patch) | |
tree | 6220806dfb1a26ca3f54dd13f810202f99d28156 /cpp/src/Ice/Exception.cpp | |
parent | add opContext test (diff) | |
download | ice-09c33fa2189c2b538d6618d4bd78d6e6e32b5c3a.tar.bz2 ice-09c33fa2189c2b538d6618d4bd78d6e6e32b5c3a.tar.xz ice-09c33fa2189c2b538d6618d4bd78d6e6e32b5c3a.zip |
moved StringUtil to IceUtil, fixed names
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 34a8dca5134..b40ef496872 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -16,7 +16,6 @@ #include <Ice/LocalException.h> #include <Ice/Network.h> #include <Ice/IdentityUtil.h> -#include <Ice/StringUtil.h> #include <Ice/Plugin.h> #include <iomanip> |