lib/util.c: remove unneeded include.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2021-09-19 14:43:48 +03:00
parent 93a4ecc11e
commit c32c4b316b
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>