diff options
Diffstat (limited to 'TAO/tao/PortableServer/IdUniquenessPolicy.h')
-rw-r--r-- | TAO/tao/PortableServer/IdUniquenessPolicy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/IdUniquenessPolicy.h b/TAO/tao/PortableServer/IdUniquenessPolicy.h index 46f738c75e2..20e641bc3bf 100644 --- a/TAO/tao/PortableServer/IdUniquenessPolicy.h +++ b/TAO/tao/PortableServer/IdUniquenessPolicy.h @@ -14,13 +14,13 @@ #define TAO_PORTABLESERVER_IDUNIQUENESSTPOLICY_H #include /**/ "ace/pre.h" -#include "portableserver_export.h" +#include "tao/PortableServer/portableserver_export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "IdUniquenessPolicyC.h" +#include "tao/PortableServer/IdUniquenessPolicyC.h" #include "tao/LocalObject.h" // This is to remove "inherits via dominance" warnings from MSVC. |