mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 04:52:53 +01:00
Include "libunwind_i.h" instead of "internal.h" and "tdep.h".
(Logical change 1.294)
This commit is contained in:
parent
b7adf160ee
commit
19df6612fa
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/* libunwind - a platform-independent unwind library
|
||||
Copyright (C) 2004 Hewlett-Packard Co
|
||||
Copyright (C) 2004-2005 Hewlett-Packard Co
|
||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||
|
||||
This file is part of libunwind.
|
||||
|
@ -31,8 +31,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#include <libunwind-hppa.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "tdep.h"
|
||||
#include "libunwind_i.h"
|
||||
|
||||
#define hppa_lock UNW_OBJ(lock)
|
||||
#define hppa_local_resume UNW_OBJ(local_resume)
|
||||
|
|
Loading…
Reference in a new issue