diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-04-22 00:20:55 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-04-22 00:20:55 +0000 |
commit | 17e4db2fbdf40916be41a9733cdc424c607b6a7d (patch) | |
tree | fca8fd60f8274da5702fe1f044af00f09bebdcff | |
parent | addressed Bernards comments. (diff) | |
download | ice-17e4db2fbdf40916be41a9733cdc424c607b6a7d.tar.bz2 ice-17e4db2fbdf40916be41a9733cdc424c607b6a7d.tar.xz ice-17e4db2fbdf40916be41a9733cdc424c607b6a7d.zip |
removed unnecessary header.
-rwxr-xr-x | cpp/demo/Ice/session/SessionI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/demo/Ice/session/SessionI.h b/cpp/demo/Ice/session/SessionI.h index 060d2d82142..c3de1a1b540 100755 --- a/cpp/demo/Ice/session/SessionI.h +++ b/cpp/demo/Ice/session/SessionI.h @@ -11,7 +11,6 @@ #define SESSION_I_H #include <Ice/Ice.h> -#include <IceUtil/StaticMutex.h> #include <Session.h> #include <list> |