X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Flocale%2F_PDCLIB_mb_cur_max.c;h=e241b7482c434c5e91275fd710f02b8f88250600;hp=a5f459d78215a4f22a1a30172080ce024231ec9d;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/locale/_PDCLIB_mb_cur_max.c b/functions/locale/_PDCLIB_mb_cur_max.c index a5f459d..e241b74 100644 --- a/functions/locale/_PDCLIB_mb_cur_max.c +++ b/functions/locale/_PDCLIB_mb_cur_max.c @@ -6,8 +6,8 @@ #include #ifndef REGTEST -#include <_PDCLIB_locale.h> -#include <_PDCLIB_encoding.h> +#include "_PDCLIB_locale.h" +#include "_PDCLIB_encoding.h" size_t _PDCLIB_mb_cur_max( void ) { @@ -17,7 +17,7 @@ size_t _PDCLIB_mb_cur_max( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {