summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/poa_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/poa_macros.h')
-rw-r--r--TAO/tao/PortableServer/poa_macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/poa_macros.h b/TAO/tao/PortableServer/poa_macros.h
index c121d52b57b..e0716ad8dcc 100644
--- a/TAO/tao/PortableServer/poa_macros.h
+++ b/TAO/tao/PortableServer/poa_macros.h
@@ -2,7 +2,7 @@
#ifndef TAO_POA_MACROS_H
#define TAO_POA_MACROS_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/CORBA_macros.h"
#include "tao/orbconf.h"
@@ -34,5 +34,5 @@
ACE_UNUSED_ARG (poa_guard); \
ACE_CHECK_RETURN (RETURN)
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_POA_MACROS_H */