diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-02-02 16:13:55 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-02-02 16:13:55 +0000 |
| commit | c479817f30b2d2500c9663a1a07c74ba19321416 (patch) | |
| tree | 2de38592e1a6cb57605593cde47e6523a0017a6b | |
| parent | 0ec58e7c2e533a15eabfe8dca4a14e9ae93de4b5 (diff) | |
diff: remove useless include as kevent is not used anymore
MFC After: 3 days
| -rw-r--r-- | usr.bin/diff/pr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/diff/pr.h b/usr.bin/diff/pr.h index 80f20ca7c329..b2ff7e5d6798 100644 --- a/usr.bin/diff/pr.h +++ b/usr.bin/diff/pr.h @@ -24,8 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/event.h> - struct pr { int ostdout; int pidfd; |
