summaryrefslogtreecommitdiff
path: root/pctf/ctf_api.h
diff options
context:
space:
mode:
authorWez Furlong <wez@netevil.org>2011-04-03 16:00:01 -0400
committerWez Furlong <wez@netevil.org>2011-04-03 16:00:01 -0400
commite9f8c2cd7be8f75fb1d6d9bdb7f3f418d5068e04 (patch)
tree98ef134b0997b71bc30b176d2752dab7eb3b2c1c /pctf/ctf_api.h
parentee2b74dbc88c21f3e6c53d6d4f09a69b271755e4 (diff)
downloadctf-e9f8c2cd7be8f75fb1d6d9bdb7f3f418d5068e04.tar.gz
pull in the FreeBSD libdwarf, so that we can compile without an external
dependency.
Diffstat (limited to 'pctf/ctf_api.h')
-rw-r--r--pctf/ctf_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pctf/ctf_api.h b/pctf/ctf_api.h
index a26a39e..9a7b91e 100644
--- a/pctf/ctf_api.h
+++ b/pctf/ctf_api.h
@@ -43,7 +43,6 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/types.h>
-#include <sys/elf.h>
#include <pctf/ctf.h>
#ifdef __cplusplus