diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-08-17 13:01:20 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-08-17 13:06:38 +0000 |
commit | 11c67188659c9e5d0d9832fd4edc6860c9ae2bb9 (patch) | |
tree | 1c6354780c5b391aee41a5c163adaa084360f11e /src/common/util.cpp | |
parent | Merge pull request #4191 (diff) | |
download | monero-11c67188659c9e5d0d9832fd4edc6860c9ae2bb9.tar.xz |
util: remove unused <ustat.h>
It's obsolete and removed from at least Arch Linux 8.2
Reported by moneroexamples
Diffstat (limited to '')
-rw-r--r-- | src/common/util.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.cpp b/src/common/util.cpp index 5e0d2726e..25312bdda 100644 --- a/src/common/util.cpp +++ b/src/common/util.cpp @@ -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> |