From 73da506ee04ec490c5959b45c216a1f8508bec5b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 20:00:37 -0400 Subject: consistently use <> for standardized headers --- src/unctrl/unctrl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/unctrl/unctrl.c') diff --git a/src/unctrl/unctrl.c b/src/unctrl/unctrl.c index 3ec00c33..fc77e6bf 100644 --- a/src/unctrl/unctrl.c +++ b/src/unctrl/unctrl.c @@ -1,7 +1,7 @@ #include -#include "curses.h" -#include "ctype.h" -#include "stddef.h" +#include +#include +#include char * unctrl(chtype c) { -- cgit v1.2.1