diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2023-05-18 19:57:19 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-21 21:24:53 +0200 |
commit | dd2e4433e3144632ae782772a570bbd906d75701 (patch) | |
tree | f82c16e4a2dfa3ad1fbdc4ff8d75cf694a59d7fc /utils | |
parent | c944947a507e32c71c694e5f6fd8c694a03e9330 (diff) | |
download | hurd-dd2e4433e3144632ae782772a570bbd906d75701.tar.gz hurd-dd2e4433e3144632ae782772a570bbd906d75701.tar.bz2 hurd-dd2e4433e3144632ae782772a570bbd906d75701.zip |
Remove an unused include
Message-Id: <20230518165719.90745-2-bugaevc@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ps.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ #include <hurd.h> #include <stdio.h> #include <stdlib.h> -#include <assert-backtrace.h> #include <string.h> #include <ctype.h> #include <unistd.h> |