summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Policy_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Policy_Strategy.h')
-rw-r--r--TAO/tao/PortableServer/Policy_Strategy.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/Policy_Strategy.h b/TAO/tao/PortableServer/Policy_Strategy.h
index d0854a95849..9498924469a 100644
--- a/TAO/tao/PortableServer/Policy_Strategy.h
+++ b/TAO/tao/PortableServer/Policy_Strategy.h
@@ -14,16 +14,14 @@
#define TAO_POLICY_STRATEGY_H
#include /**/ "ace/pre.h"
-#include "tao/Environment.h"
+#include "ace/Service_Object.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Service_Object.h"
#include "ace/CORBA_macros.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+#include "tao/Environment.h"
class TAO_Root_POA;
@@ -44,7 +42,5 @@ namespace TAO
}
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_POLICY_STRATEGY_H */