Leave out a header file.

This commit is contained in:
John Birrell 2008-04-26 04:54:58 +00:00
parent cccc7d47c0
commit 84098f48c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178567

View File

@ -100,7 +100,9 @@
#include <setjmp.h>
#include <strings.h>
#include <assert.h>
#if defined(sun)
#include <alloca.h>
#endif
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>