summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector_T.h')
-rw-r--r--CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector_T.h b/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector_T.h
index 55efef6f676..b91c5f28bce 100644
--- a/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector_T.h
+++ b/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector_T.h
@@ -3,8 +3,6 @@
#ifndef NT_CONNECTOR_T
#define NT_CONNECTOR_T
-#include "NonTopic_ConnectorEC.h"
-
// connector template for Typed_NonTopic_Test_1
template <typename CCM_TYPE, typename T, bool FIXED_T,
typename U, bool FIXED_U,
@@ -48,4 +46,6 @@ public:
virtual void ccm_passivate (void);
};
+#include "NonTopic_Connector_T.cpp"
+
#endif