summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 19:34:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 19:34:39 +0000
commitb59a731d737b662dcea7235fd7756341335d30dd (patch)
tree8328f5e4c5d79b17c6d03027b3f79fd29ff8616f
parentf5704ec385820fd36bf933547b1906dab3f9d931 (diff)
downloadATCD-b59a731d737b662dcea7235fd7756341335d30dd.tar.gz
removed unnecessary #includes of "tests/test_config.h"
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp1
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp
index d0ca3fcd9d4..12ef244c163 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp
@@ -2,7 +2,6 @@
#include "Cubit_Client.h"
#include "tao/Timeprobe.h"
-#include "tests/test_config.h"
ACE_RCSID(IDL_Cubit, client, "$Id$")
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp
index 06c301fbb88..f1e812d02b6 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp
@@ -2,7 +2,6 @@
#include "Cubit_Server.h"
#include "tao/Timeprobe.h"
-#include "tests/test_config.h"
ACE_RCSID(IDL_Cubit, server, "$Id$")