Some include-what-you-use progress.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4462 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-09-13 23:39:52 +00:00
parent 191b45f054
commit b23b0ca239
14 changed files with 2 additions and 29 deletions

View File

@ -33,7 +33,6 @@
#include <malloc.h>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#if !defined(_countof)
#define _countof(a) ((int)(sizeof((a)) / sizeof(*(a))))