summaryrefslogtreecommitdiff
path: root/src/unctrl/unctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unctrl/unctrl.c')
-rw-r--r--src/unctrl/unctrl.c6
1 files changed, 3 insertions, 3 deletions
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 <unctrl.h>
-#include "curses.h"
-#include "ctype.h"
-#include "stddef.h"
+#include <curses.h>
+#include <ctype.h>
+#include <stddef.h>
char * unctrl(chtype c)
{