mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 00:30:29 +01:00
Don't include "config.h" here. Include it via "unwind_i.h" instead.
(Logical change 1.134)
This commit is contained in:
parent
6498cdf4d9
commit
63a8bec6f6
1 changed files with 3 additions and 6 deletions
|
@ -4,19 +4,16 @@
|
|||
|
||||
This file is part of libunwind. */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "unwind_i.h"
|
||||
|
||||
#ifdef HAVE_IA64INTRIN_H
|
||||
# include <ia64intrin.h>
|
||||
#endif
|
||||
|
||||
#include "unwind_i.h"
|
||||
|
||||
extern unw_addr_space_t _ULia64_local_addr_space;
|
||||
|
||||
struct ia64_table_entry
|
||||
|
|
Loading…
Reference in a new issue