mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-17 02:31:41 +01:00
Don't include <stdlib.h> and <string.h>.
Include "libunwind_i.h" instead of "tdep.h". (Logical change 1.294)
This commit is contained in:
parent
fa2871946a
commit
03ba50ccaa
1 changed files with 1 additions and 3 deletions
|
@ -27,13 +27,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
(http://www.linuxbase.org/spec/). */
|
(http://www.linuxbase.org/spec/). */
|
||||||
|
|
||||||
#include <link.h>
|
#include <link.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "dwarf_i.h"
|
#include "dwarf_i.h"
|
||||||
#include "dwarf-eh.h"
|
#include "dwarf-eh.h"
|
||||||
#include "tdep.h"
|
#include "libunwind_i.h"
|
||||||
|
|
||||||
struct table_entry
|
struct table_entry
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue