aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ficl/dict.c')
-rw-r--r--sys/boot/ficl/dict.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/boot/ficl/dict.c b/sys/boot/ficl/dict.c
index 2e4e436d646a..3fb244367d45 100644
--- a/sys/boot/ficl/dict.c
+++ b/sys/boot/ficl/dict.c
@@ -17,10 +17,8 @@
** 29 jun 1998 (sadler) added variable sized hash table support
*/
-#include <stdlib.h>
-#include <stdio.h> /* sprintf */
+#include <stand.h>
#include <string.h>
-#include <ctype.h>
#include "ficl.h"
static char *dictCopyName(FICL_DICT *pDict, STRINGINFO si);