diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 01:48:04 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 01:48:04 +0000 |
commit | 94c17f6904db3a5e396579e839f215c9e3c4c425 (patch) | |
tree | ceb9792d7dc3db3f79b59d204fbdf790f88fd7d9 /protocols/ace/RMCast | |
parent | bcaf3470c05d33fe1ad3b82eba00fa78630e6d8e (diff) | |
download | ATCD-94c17f6904db3a5e396579e839f215c9e3c4c425.tar.gz |
ChangeLogTag:Mon Nov 10 01:58:00 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'protocols/ace/RMCast')
-rw-r--r-- | protocols/ace/RMCast/RMCast_Fragment.h | 1 | ||||
-rw-r--r-- | protocols/ace/RMCast/RMCast_IO_UDP.h | 1 | ||||
-rw-r--r-- | protocols/ace/RMCast/RMCast_Retransmission.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/protocols/ace/RMCast/RMCast_Fragment.h b/protocols/ace/RMCast/RMCast_Fragment.h index 9d1dcdfd241..f180087ce3e 100644 --- a/protocols/ace/RMCast/RMCast_Fragment.h +++ b/protocols/ace/RMCast/RMCast_Fragment.h @@ -5,7 +5,6 @@ #include /**/ "ace/pre.h" #include "RMCast_Module.h" -#include "ace/Synch.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once diff --git a/protocols/ace/RMCast/RMCast_IO_UDP.h b/protocols/ace/RMCast/RMCast_IO_UDP.h index 9e1a83dc032..9cad38a0506 100644 --- a/protocols/ace/RMCast/RMCast_IO_UDP.h +++ b/protocols/ace/RMCast/RMCast_IO_UDP.h @@ -17,7 +17,6 @@ #include "RMCast_Module.h" #include "ace/SOCK_Dgram_Mcast.h" #include "ace/Hash_Map_Manager.h" -#include "ace/Synch.h" #include "ace/INET_Addr.h" #include "ace/Null_Mutex.h" diff --git a/protocols/ace/RMCast/RMCast_Retransmission.h b/protocols/ace/RMCast/RMCast_Retransmission.h index c5e9f450115..b51d1438c2a 100644 --- a/protocols/ace/RMCast/RMCast_Retransmission.h +++ b/protocols/ace/RMCast/RMCast_Retransmission.h @@ -21,7 +21,6 @@ #include "RMCast_Module.h" #include "RMCast_Copy_On_Write.h" #include "ace/RB_Tree.h" -#include "ace/Synch.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once |