mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-12 03:28:12 +01:00
Don't include <string.h>.
Include "libunwind_i.h" instead of "internal.h" and "tdep.h". (Logical change 1.294)
This commit is contained in:
parent
379fb069d2
commit
dda1a6d625
1 changed files with 1 additions and 3 deletions
|
@ -26,10 +26,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/* Utility to generate cursor_i.h. */
|
/* Utility to generate cursor_i.h. */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "internal.h"
|
#include "libunwind_i.h"
|
||||||
#include "tdep.h"
|
|
||||||
|
|
||||||
#ifdef offsetof
|
#ifdef offsetof
|
||||||
# undef offsetof
|
# undef offsetof
|
||||||
|
|
Loading…
Reference in a new issue