From: Václav Slavík Date: Thu, 18 Dec 2003 10:41:34 +0000 (+0000) Subject: reverted relative include path X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/539fb7a26cb7caadea92a88fc82c417f29140b0f reverted relative include path git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/regex/regcustom.h b/src/regex/regcustom.h index 804c4b32af..c4ff85749e 100644 --- a/src/regex/regcustom.h +++ b/src/regex/regcustom.h @@ -47,7 +47,7 @@ #include #include -#include "./../../include/wx/wxchar.h" +#include "wx/wxchar.h" /** * @@ -88,4 +88,4 @@ typedef long celt; /* type to hold chr, MCCE number, or /* and pick up the standard header */ #include "regex.h" -#endif /* _REGEX_CUSTOM_H_ */ \ No newline at end of file +#endif /* _REGEX_CUSTOM_H_ */