summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Exceptions/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Exceptions/server.cpp')
-rw-r--r--TAO/tests/AMH_Exceptions/server.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/AMH_Exceptions/server.cpp b/TAO/tests/AMH_Exceptions/server.cpp
index d80d54bbc93..aca041759c2 100644
--- a/TAO/tests/AMH_Exceptions/server.cpp
+++ b/TAO/tests/AMH_Exceptions/server.cpp
@@ -1,13 +1,7 @@
// $Id$
-#include "ace/Reactor.h"
-#include "ace/Get_Opt.h"
-#include "tao/corba.h"
-#include "tao/ORB_Core.h"
-
#include "TestS.h"
-#include "TestC.h"
/***************************/
/*** Servant Declaration ***/
@@ -65,9 +59,6 @@ ST_AMH_Servant::test_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh,
/*** Server Declaration ***/
-#include "tao/PortableServer/PortableServer.h"
-#include "tao/PortableServer/Servant_Base.h"
-
/**
Class that performs all 'dirty' initialisation work that is common to
all the AMH servers and 'hides' all the common ORB functions.
@@ -106,9 +97,6 @@ private:
/*** Server Declaration ***/
-#include "ace/Sched_Params.h"
-#include "ace/Get_Opt.h"
-#include "tao/Strategies/advanced_resource.h"
ST_AMH_Server::ST_AMH_Server (int* argc, char **argv)
: argc_ (argc)