summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Loader/Servant_Activator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Loader/Servant_Activator.h')
-rw-r--r--TAO/examples/POA/Loader/Servant_Activator.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/examples/POA/Loader/Servant_Activator.h b/TAO/examples/POA/Loader/Servant_Activator.h
index 2110dd0b3c5..5f3b6401c3c 100644
--- a/TAO/examples/POA/Loader/Servant_Activator.h
+++ b/TAO/examples/POA/Loader/Servant_Activator.h
@@ -18,14 +18,15 @@
//
// ================================================================
-#include "ace/OS.h"
-
#ifndef SERVANT_ACTIVATOR_H
#define SERVANT_ACTIVATOR_H
-#include "tao/corba.h"
#include "tao/PortableServer/PortableServer.h"
+
+#include "tao/ORB.h"
+
#include "ace/DLL.h"
+#include "ace/Log_Msg.h"
class ServantActivator : public PortableServer::ServantActivator
{