From dda1a6d625e93b64e2d1dc54b9f8a8ea5f491947 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Fri, 20 May 2005 09:48:08 +0000 Subject: [PATCH] Don't include . Include "libunwind_i.h" instead of "internal.h" and "tdep.h". (Logical change 1.294) --- src/ia64/mk_Gcursor_i.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ia64/mk_Gcursor_i.c b/src/ia64/mk_Gcursor_i.c index 6acaa421..51cb0f40 100644 --- a/src/ia64/mk_Gcursor_i.c +++ b/src/ia64/mk_Gcursor_i.c @@ -26,10 +26,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* Utility to generate cursor_i.h. */ #include -#include -#include "internal.h" -#include "tdep.h" +#include "libunwind_i.h" #ifdef offsetof # undef offsetof