aboutsummaryrefslogtreecommitdiff
path: root/handle_event.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-14 02:31:59 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:38:04 +0200
commit70619b0e59cdb5a7cea81c1eaea751cc9daaa7e9 (patch)
tree79d5574559f7bbaf0375e430b8c2941c15af0f0c /handle_event.c
parentf13afd562dfbf9aa563177bfbbd1d9fc8e3cf2a3 (diff)
downloadltrace-70619b0e59cdb5a7cea81c1eaea751cc9daaa7e9.tar.gz
Drop unused include
Diffstat (limited to 'handle_event.c')
-rw-r--r--handle_event.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/handle_event.c b/handle_event.c
index 21ed7b2..5a49387 100644
--- a/handle_event.c
+++ b/handle_event.c
@@ -9,10 +9,6 @@
#include <sys/time.h>
#include <errno.h>
-#ifdef __powerpc__
-#include <sys/ptrace.h>
-#endif
-
#include "common.h"
#include "breakpoint.h"
#include "proc.h"