aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-08-17 13:01:20 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-08-17 13:06:38 +0000
commit11c67188659c9e5d0d9832fd4edc6860c9ae2bb9 (patch)
tree1c6354780c5b391aee41a5c163adaa084360f11e /src/common/util.cpp
parentMerge pull request #4191 (diff)
downloadmonero-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.cpp1
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>