diff options
Diffstat (limited to 'TAO/tao/debug.h')
-rw-r--r-- | TAO/tao/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/debug.h b/TAO/tao/debug.h index 6bd37a2341c..9149d710b90 100644 --- a/TAO/tao/debug.h +++ b/TAO/tao/debug.h @@ -16,13 +16,13 @@ #include /**/ "ace/pre.h" -#include "tao/TAO_Export.h" +#include /**/ "tao/TAO_Export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "tao/Versioned_Namespace.h" +#include /**/ "tao/Versioned_Namespace.h" TAO_BEGIN_VERSIONED_NAMESPACE_DECL |