diff options
author | Eugeniy Meshcheryakov <eugen@debian.org> | 2009-02-23 14:53:24 +0100 |
---|---|---|
committer | Eugeniy Meshcheryakov <eugen@debian.org> | 2009-02-23 14:53:24 +0100 |
commit | 4176d5b1f4bf25adb8e44eaae9e6ab1de5a2c806 (patch) | |
tree | 10e69704f780ea38091fd42df30bbdae0f48fa73 | |
parent | a9c48361fbd78af46fdc36bc36ca8c6c8371de0c (diff) | |
download | systemtap-steved-4176d5b1f4bf25adb8e44eaae9e6ab1de5a2c806.tar.gz systemtap-steved-4176d5b1f4bf25adb8e44eaae9e6ab1de5a2c806.tar.xz systemtap-steved-4176d5b1f4bf25adb8e44eaae9e6ab1de5a2c806.zip |
Don't include unused libebl.h
-rw-r--r-- | tapsets.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 78d5a5b3..959aa56b 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -41,7 +41,6 @@ extern "C" { #include <fcntl.h> #include <elfutils/libdwfl.h> #include <elfutils/libdw.h> -#include <elfutils/libebl.h> #include <dwarf.h> #include <elf.h> #include <obstack.h> |