Remove unneeded include of <sys/timeb.h>.

This header file should not be included by anything.
This commit is contained in:
Ed Schouten 2010-03-09 20:58:15 +00:00
parent 5a646f0eca
commit bb505a4f0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204925

View File

@ -9,7 +9,6 @@
#include <sys/types.h>
#include <sys/mbuf.h>
#include <sys/time.h>
#include <sys/timeb.h>
#include <sys/socket.h>
#include <sys/file.h>
#include <sys/ioctl.h>