diff options
Diffstat (limited to 'cppe/demo/IceE/chat/PingThread.h')
-rw-r--r-- | cppe/demo/IceE/chat/PingThread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppe/demo/IceE/chat/PingThread.h b/cppe/demo/IceE/chat/PingThread.h index 59dca9f1596..ddfa38e0e4c 100644 --- a/cppe/demo/IceE/chat/PingThread.h +++ b/cppe/demo/IceE/chat/PingThread.h @@ -10,8 +10,7 @@ #ifndef CHAT_PING_THREAD_H #define CHAT_PING_THREAD_H -#include <IceE/Thread.h> -#include <IceE/Monitor.h> +#include <IceE/IceE.h> #include <Router.h> class SessionPingThread : public IceUtil::Thread, public IceUtil::Monitor<IceUtil::Mutex> |