diff options
Diffstat (limited to 'src/backend/utils/mb/utftest.c')
-rw-r--r-- | src/backend/utils/mb/utftest.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/utils/mb/utftest.c b/src/backend/utils/mb/utftest.c index c83e54c8ec8..bbfbfa6f015 100644 --- a/src/backend/utils/mb/utftest.c +++ b/src/backend/utils/mb/utftest.c @@ -1,12 +1,12 @@ /* * testing of utf2wchar() - * $Id: utftest.c,v 1.2 1998/09/01 04:33:23 momjian Exp $ + * $Id: utftest.c,v 1.2.4.1 1999/08/02 05:25:12 scrappy Exp $ */ -#include <regex/regex.h> -#include <regex/utils.h> -#include <regex/regex2.h> +#include "regex/regex.h" +#include "regex/utils.h" +#include "regex/regex2.h" -#include <regex/pg_wchar.h> +#include "regex/pg_wchar.h" main() { |