diff options
Diffstat (limited to 'ACEXML/common/SAXExceptions.h')
-rw-r--r-- | ACEXML/common/SAXExceptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACEXML/common/SAXExceptions.h b/ACEXML/common/SAXExceptions.h index 8b73da50471..b909e89bb2d 100644 --- a/ACEXML/common/SAXExceptions.h +++ b/ACEXML/common/SAXExceptions.h @@ -13,7 +13,7 @@ #ifndef _ACEXML_SAXEXCEPTIONS_H_ #define _ACEXML_SAXEXCEPTIONS_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ACEXML/common/ACEXML_Export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) @@ -193,6 +193,6 @@ protected: # include "ACEXML/common/SAXExceptions.i" #endif /* __ACEXML_INLINE__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* _ACEXML_SAXEXCEPTIONS_H_ */ |