mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 08:40: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. */
|
This file is part of libunwind. */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
# include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
#include "unwind_i.h"
|
||||||
|
|
||||||
#ifdef HAVE_IA64INTRIN_H
|
#ifdef HAVE_IA64INTRIN_H
|
||||||
# include <ia64intrin.h>
|
# include <ia64intrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "unwind_i.h"
|
|
||||||
|
|
||||||
extern unw_addr_space_t _ULia64_local_addr_space;
|
extern unw_addr_space_t _ULia64_local_addr_space;
|
||||||
|
|
||||||
struct ia64_table_entry
|
struct ia64_table_entry
|
||||||
|
|
Loading…
Reference in a new issue