diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-09-04 13:21:53 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-09-04 13:21:53 -0500 |
commit | b2038e24f08c67e56378a5bb8f00e5d6625d6c76 (patch) | |
tree | cdf0c87a60da9fbd9b4bc722737eb975931c7e16 | |
parent | Merge pull request #4270 (diff) | |
parent | util: remove unused <ustat.h> (diff) | |
download | monero-b2038e24f08c67e56378a5bb8f00e5d6625d6c76.tar.xz |
Merge pull request #4274
11c6718 util: remove unused <ustat.h> (moneromooo-monero)
-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> |