summaryrefslogtreecommitdiff
path: root/ACEXML/common/Env.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/Env.h')
-rw-r--r--ACEXML/common/Env.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACEXML/common/Env.h b/ACEXML/common/Env.h
index ff3cc8a063f..444ffe90b88 100644
--- a/ACEXML/common/Env.h
+++ b/ACEXML/common/Env.h
@@ -3,7 +3,7 @@
#ifndef _ACEXML_ENV_H_
#define _ACEXML_ENV_H_
-#include "Common/Exception.h"
+#include "common/Exception.h"
class ACEXML_Export ACEXML_Env
{
@@ -41,6 +41,6 @@ private:
#define ACEXML_CHECK_RETURN(VAL) if (xmlenv.exception ()) return VAL;
#if defined (__ACEXML_INLINE__)
-# include "Common/Env.i"
+# include "common/Env.i"
#endif /* __ACEXML_INLINE__ */
#endif /* _ACEXML_ENV_H_ */