summaryrefslogtreecommitdiff
path: root/ACEXML/common/SAXExceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/SAXExceptions.h')
-rw-r--r--ACEXML/common/SAXExceptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACEXML/common/SAXExceptions.h b/ACEXML/common/SAXExceptions.h
index b2535ab6994..5c2ffa29fef 100644
--- a/ACEXML/common/SAXExceptions.h
+++ b/ACEXML/common/SAXExceptions.h
@@ -3,7 +3,7 @@
#ifndef _ACEXML_SAXEXCEPTIONS_H_
#define _ACEXML_SAXEXCEPTIONS_H_
-#include "Common/Exception.h"
+#include "common/Exception.h"
class ACEXML_Export ACEXML_SAXException : public ACEXML_Exception
{
@@ -129,6 +129,6 @@ protected:
};
#if defined (__ACEXML_INLINE__)
-# include "Common/SAXExceptions.i"
+# include "common/SAXExceptions.i"
#endif /* __ACEXML_INLINE__ */
#endif /* _ACEXML_SAXEXCEPTIONS_H_ */