summaryrefslogtreecommitdiff
path: root/src/dwarf/Gfde.c
diff options
context:
space:
mode:
authorhp.com!davidm <hp.com!davidm>2005-05-20 09:48:08 +0000
committerhp.com!davidm <hp.com!davidm>2005-05-20 09:48:08 +0000
commit9fac7579ee3261babb6f745c8c1511c24ed88cb4 (patch)
tree00f77cf74b5ffbd0605589835af108aaa7d01794 /src/dwarf/Gfde.c
parent71acf1d00ee6f4d60d596987d4b602365a2a53e8 (diff)
downloadlibunwind-9fac7579ee3261babb6f745c8c1511c24ed88cb4.tar.gz
Don't include <string.h> and "tdep.h".
(Logical change 1.294)
Diffstat (limited to 'src/dwarf/Gfde.c')
-rw-r--r--src/dwarf/Gfde.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dwarf/Gfde.c b/src/dwarf/Gfde.c
index 54ce3907..8a85685d 100644
--- a/src/dwarf/Gfde.c
+++ b/src/dwarf/Gfde.c
@@ -1,5 +1,5 @@
/* libunwind - a platform-independent unwind library
- Copyright (c) 2003-2004 Hewlett-Packard Development Company, L.P.
+ Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of libunwind.
@@ -23,10 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
-#include <string.h>
-
#include "dwarf_i.h"
-#include "tdep.h"
static inline int
is_cie_id (unw_word_t val)