]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted relative include path
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 18 Dec 2003 10:41:34 +0000 (10:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 18 Dec 2003 10:41:34 +0000 (10:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/regcustom.h

index 804c4b32af91320f5cc101a73d6cb5b41edc784e..c4ff85749e3312a3d76482bd8253dae5a3ad0157 100644 (file)
@@ -47,7 +47,7 @@
 #include <ctype.h>
 #include <limits.h>
 
-#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_ */