util: remove unused <ustat.h>

It's obsolete and removed from at least Arch Linux 8.2

Reported by moneroexamples
This commit is contained in:
moneromooo-monero 2018-08-17 13:01:20 +00:00
parent b780cf4db1
commit 11c6718865
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/resource.h>
#include <ustat.h>
#include <unistd.h>
#include <dirent.h>
#include <string.h>