summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/BCU.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/BCU.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/BCU.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/BCU.h b/TAO/orbsvcs/orbsvcs/Event/BCU.h
index 702950c2590..39eed978e46 100644
--- a/TAO/orbsvcs/orbsvcs/Event/BCU.h
+++ b/TAO/orbsvcs/orbsvcs/Event/BCU.h
@@ -17,7 +17,7 @@
#ifndef ACE_BCU_H
#define ACE_BCU_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/OS.h"
@@ -34,5 +34,5 @@ TAO_RTOLDEvent_Export u_long ACE_BCU (u_long n);
// Check if <number> is prime (via ACE::is_prime ()) <n> times.
TAO_RTOLDEvent_Export u_long ACE_BCU (u_long number, u_long n);
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_BCU_H */