diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-04 01:25:58 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-04 01:25:58 +0000 |
commit | a02593951bbc718890f979e890763799f23309eb (patch) | |
tree | 633865d57eefde76d87e2529e8cb62acacc70411 /cppe/include/IceE/Unicode.h | |
parent | enable optimize (diff) | |
download | ice-a02593951bbc718890f979e890763799f23309eb.tar.bz2 ice-a02593951bbc718890f979e890763799f23309eb.tar.xz ice-a02593951bbc718890f979e890763799f23309eb.zip |
Fixed bug #2163
Diffstat (limited to 'cppe/include/IceE/Unicode.h')
-rw-r--r-- | cppe/include/IceE/Unicode.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cppe/include/IceE/Unicode.h b/cppe/include/IceE/Unicode.h index fed9faeb64f..f6724a38b69 100644 --- a/cppe/include/IceE/Unicode.h +++ b/cppe/include/IceE/Unicode.h @@ -11,9 +11,6 @@ #define ICEE_UNICODE_H #include <IceE/Config.h> - -#ifdef ICEE_HAS_WSTRING - #include <IceE/Exception.h> namespace IceUtil @@ -157,5 +154,3 @@ private: } #endif - -#endif |