diff options
Diffstat (limited to 'ace/Svc_Conf.h')
-rw-r--r-- | ace/Svc_Conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h index 5b1d50b7dc4..d19dd5f47a5 100644 --- a/ace/Svc_Conf.h +++ b/ace/Svc_Conf.h @@ -14,7 +14,7 @@ #ifndef ACE_SVC_CONF_H #define ACE_SVC_CONF_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" // Globally visible macros, type decls, and extern var decls for // Service Configurator utility. @@ -200,6 +200,6 @@ ace_create_service_type (const ACE_TCHAR *, ACE_Service_Object_Exterminator = 0); -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_SVC_CONF_H */ |