Leave out some header files.

This commit is contained in:
John Birrell 2008-04-26 05:07:07 +00:00
parent 2693feb411
commit 2c981f99ef
2 changed files with 10 additions and 0 deletions

View File

@ -27,10 +27,14 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/types.h>
#if defined(sun)
#include <sys/sysmacros.h>
#endif
#include <strings.h>
#if defined(sun)
#include <alloca.h>
#endif
#include <assert.h>
#include <stdlib.h>
#include <errno.h>

View File

@ -26,14 +26,20 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#if defined(sun)
#include <sys/sysmacros.h>
#endif
#include <strings.h>
#include <stdlib.h>
#if defined(sun)
#include <alloca.h>
#endif
#include <assert.h>
#include <errno.h>
#include <ctype.h>
#if defined(sun)
#include <sys/procfs_isa.h>
#endif
#include <limits.h>
#include <dt_ident.h>