mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-23 07:57:38 +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/). */
|
||||
|
||||
#include <link.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "dwarf_i.h"
|
||||
#include "dwarf-eh.h"
|
||||
#include "tdep.h"
|
||||
#include "libunwind_i.h"
|
||||
|
||||
struct table_entry
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue