-/* $OpenBSD: btrace.c,v 1.80 2023/10/22 19:30:35 cheloha Exp $ */
+/* $OpenBSD: btrace.c,v 1.81 2023/11/10 18:56:21 jasper Exp $ */
/*
* Copyright (c) 2019 - 2023 Martin Pieuchot <mpi@openbsd.org>
*/
#include <sys/ioctl.h>
-#include <sys/exec_elf.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <sys/queue.h>
-/* $OpenBSD: ksyms.c,v 1.5 2023/05/12 14:14:16 claudio Exp $ */
+/* $OpenBSD: ksyms.c,v 1.6 2023/11/10 18:56:21 jasper Exp $ */
/*
* Copyright (c) 2016 Martin Pieuchot <mpi@openbsd.org>
#include <sys/types.h>
-#include <assert.h>
#include <err.h>
#include <fcntl.h>
#include <gelf.h>
-#include <paths.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>