kernel: Remove no longer needed includes.

This commit is contained in:
Jacek Caban 2006-04-21 16:24:54 +02:00 committed by Alexandre Julliard
parent 1ed98cc7eb
commit 9e61d70a00

View File

@ -25,13 +25,6 @@
#include <ctype.h>
#include <stdarg.h>
#include <string.h>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#include <time.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <signal.h>
#include "windef.h"