Do not check for standard C headers.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4761 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-03-14 10:34:34 +00:00 committed by exg
commit aa602a00ac
2 changed files with 3 additions and 8 deletions

View file

@ -16,12 +16,8 @@
#include <stddef.h>
#include <stdarg.h>
#include <ctype.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <time.h>