diff options
author | Wez Furlong <wez@netevil.org> | 2011-04-03 16:00:01 -0400 |
---|---|---|
committer | Wez Furlong <wez@netevil.org> | 2011-04-03 16:00:01 -0400 |
commit | e9f8c2cd7be8f75fb1d6d9bdb7f3f418d5068e04 (patch) | |
tree | 98ef134b0997b71bc30b176d2752dab7eb3b2c1c /pctf/ctf_api.h | |
parent | ee2b74dbc88c21f3e6c53d6d4f09a69b271755e4 (diff) | |
download | ctf-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.h | 1 |
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 |