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

@ -26,13 +26,6 @@
#include <string.h>
#include <time.h>
#ifndef _WIN32
#ifndef __ANDROID__
#include <execinfo.h>
#endif
#include <unistd.h>
#endif
#if !defined(_countof)
#define _countof(a) ((int)(sizeof((a)) / sizeof(*(a))))
#endif