summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Sohns <eriksohns@fastmail.net>2015-12-04 19:22:29 +0100
committerErik Sohns <eriksohns@fastmail.net>2015-12-04 19:22:29 +0100
commita255354d170aaa6d0d9b91c3ee568b556b26e4aa (patch)
treedb6746afb365a308c91137c010e9c92569ee369b
parent5a757dde38a30de454f1b5c3db3f1873de20c098 (diff)
downloadATCD-a255354d170aaa6d0d9b91c3ee568b556b26e4aa.tar.gz
repaired include strategy for ace/Synch.h (prerequisite to solving template instantiation issues on Win32) (update)
this addresses complaints by the integration build system (#include ace/OS.h)
-rw-r--r--ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp1
-rw-r--r--ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp1
-rw-r--r--ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp1
-rw-r--r--ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp1
-rw-r--r--ACE/protocols/tests/HTBP/ping/client.cpp1
-rw-r--r--ACE/protocols/tests/HTBP/ping/server.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp b/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
index 1bb12a01271..d4e8cd6b671 100644
--- a/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
+++ b/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
@@ -4,7 +4,6 @@
#include "ace/Get_Opt.h"
#include "ace/Log_Msg.h"
-#include "ace/OS.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/Synch.h"
diff --git a/ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp b/ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp
index 7ece62a7e7c..d228e1dd3cc 100644
--- a/ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp
+++ b/ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp
@@ -1,6 +1,5 @@
#include "ace/Get_Opt.h"
#include "ace/Log_Msg.h"
-#include "ace/OS.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/os_include/os_netdb.h"
diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp
index 5f02b2e0c91..f343a5554d9 100644
--- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp
+++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp
@@ -17,7 +17,6 @@
//=============================================================================
#include "ace/Get_Opt.h"
-#include "ace/OS.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/Synch.h"
#include "ace/Thread.h"
diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp
index 7e7a95e8596..0e4b115faf0 100644
--- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp
+++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp
@@ -17,7 +17,6 @@
//=============================================================================
#include "ace/Get_Opt.h"
-#include "ace/OS.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/os_include/os_netdb.h"
diff --git a/ACE/protocols/tests/HTBP/ping/client.cpp b/ACE/protocols/tests/HTBP/ping/client.cpp
index cde6ee3a0cd..881acf64917 100644
--- a/ACE/protocols/tests/HTBP/ping/client.cpp
+++ b/ACE/protocols/tests/HTBP/ping/client.cpp
@@ -5,7 +5,6 @@
#include "ace/ACE.h"
#include "ace/Log_Msg.h"
#include "ace/Get_Opt.h"
-#include "ace/OS.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/os_include/os_netdb.h"
#include "ace/Synch.h"
diff --git a/ACE/protocols/tests/HTBP/ping/server.cpp b/ACE/protocols/tests/HTBP/ping/server.cpp
index f4752a202ca..0fb22f90765 100644
--- a/ACE/protocols/tests/HTBP/ping/server.cpp
+++ b/ACE/protocols/tests/HTBP/ping/server.cpp
@@ -4,7 +4,6 @@
#include "ace/Get_Opt.h"
#include "ace/Log_Msg.h"
-#include "ace/OS.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/os_include/os_netdb.h"