diff options
Diffstat (limited to 'examples/System_V_IPC')
-rw-r--r-- | examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp | 2 | ||||
-rw-r--r-- | examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp | 2 | ||||
-rw-r--r-- | examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp b/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp index e6ed03525d1..8b1b4e74a0a 100644 --- a/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp +++ b/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp @@ -1,7 +1,7 @@ #include "ace/Typed_SV_Message_Queue.h" // $Id$ -#include "ace/Log_Msg.h" + #include "test.h" int diff --git a/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp b/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp index 210ffe199c3..f5c5dd571b0 100644 --- a/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp +++ b/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp @@ -2,7 +2,7 @@ #include "ace/Signal.h" #include "ace/Typed_SV_Message_Queue.h" -#include "ace/Log_Msg.h" + #include "test.h" // Must be global for signal Message... diff --git a/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp b/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp index eda16178483..f9931705c26 100644 --- a/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp +++ b/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp @@ -1,6 +1,6 @@ // $Id$ -#include "ace/Log_Msg.h" + #include "ace/SV_Shared_Memory.h" #include "ace/SV_Semaphore_Simple.h" #include "ace/Signal.h" |