summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Achtzehnter <joachima@netacquire.com>2020-08-26 15:37:54 -0700
committerGitHub <noreply@github.com>2020-08-26 15:37:54 -0700
commit2c5592b264b7305c7a4ba3a802b51ac84535cd17 (patch)
treeccdaa9efa488a81906c039c13499d0c270beee0f
parent1e9227714eff7d53a037be4141731f1bd9d49ff0 (diff)
downloadATCD-2c5592b264b7305c7a4ba3a802b51ac84535cd17.tar.gz
Delete unused header includes
-rw-r--r--TAO/tests/CORBA_is_nil/client.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tests/CORBA_is_nil/client.cpp b/TAO/tests/CORBA_is_nil/client.cpp
index 5986d99e543..48c2013a1ac 100644
--- a/TAO/tests/CORBA_is_nil/client.cpp
+++ b/TAO/tests/CORBA_is_nil/client.cpp
@@ -1,9 +1,5 @@
#include "TestC.h"
#include "ace/Get_Opt.h"
-#include "tao/ORB_Core.h"
-#include "ace/Reactor.h"
-#include "ace/Event_Handler.h"
-#include <iostream>
const ACE_TCHAR *ior = ACE_TEXT ("file://test.ior");