summaryrefslogtreecommitdiffstats
path: root/debuggerd/tombstone.h
diff options
context:
space:
mode:
Diffstat (limited to 'debuggerd/tombstone.h')
-rw-r--r--debuggerd/tombstone.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/debuggerd/tombstone.h b/debuggerd/tombstone.h
index d4a1a96..e9878bf 100644
--- a/debuggerd/tombstone.h
+++ b/debuggerd/tombstone.h
@@ -21,8 +21,6 @@
#include <stdbool.h>
#include <sys/types.h>
-#include <corkscrew/ptrace.h>
-
/* Creates a tombstone file and writes the crash dump to it.
* Returns the path of the tombstone, which must be freed using free(). */
char* engrave_tombstone(pid_t pid, pid_t tid, int signal, uintptr_t abort_msg_address,