Remove spurious time includes

This commit is contained in:
Lassi Kortela 2019-08-18 13:44:06 +03:00
parent d065a0039d
commit 486ec48a76
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
*/
#include <sys/types.h>
#include <sys/time.h>
#include <assert.h>
#include <ctype.h>
@ -23,7 +22,6 @@
#include "utf8.h"
#include "ios.h"
#include "socket.h"
#include "timefuncs.h"
#include "hashing.h"
#include "htable.h"
#include "htableh_inc.h"