diff options
Diffstat (limited to 'src/chrtrans/makeuctb.c')
-rw-r--r-- | src/chrtrans/makeuctb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrtrans/makeuctb.c b/src/chrtrans/makeuctb.c index f1417cb7..874d971f 100644 --- a/src/chrtrans/makeuctb.c +++ b/src/chrtrans/makeuctb.c @@ -23,8 +23,8 @@ #include <string.h> #include <ctype.h> #else -#include "HTUtils.h" -#include "tcp.h" +#include <HTUtils.h> +#include <tcp.h> /* * Don't try to use LYexit(). */ @@ -37,8 +37,8 @@ #define TOLOWER(c) (isupper((unsigned char)c) ? tolower((unsigned char)c) : (c)) #endif /* !TOLOWER */ -#include "UCkd.h" -#include "UCDefs.h" +#include <UCkd.h> +#include <UCDefs.h> #define MAX_FONTLEN 256 |