summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/StrategyFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/StrategyFactory.cpp')
-rw-r--r--TAO/tao/PortableServer/StrategyFactory.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/StrategyFactory.cpp b/TAO/tao/PortableServer/StrategyFactory.cpp
index 58a4bc04c11..98331b770b4 100644
--- a/TAO/tao/PortableServer/StrategyFactory.cpp
+++ b/TAO/tao/PortableServer/StrategyFactory.cpp
@@ -1,14 +1,12 @@
// $Id$
-#include "tao/PortableServer/StrategyFactory.h"
+#include "StrategyFactory.h"
#include "ace/Dynamic_Service.h"
ACE_RCSID (PortableServer,
StrategyFactory,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
namespace Portable_Server
@@ -18,5 +16,3 @@ namespace TAO
}
} /* namespace Portable_Server */
} /* namespace TAO */
-
-TAO_END_VERSIONED_NAMESPACE_DECL