From 7a5ff0885d08f9e32dc9939e5fd676a987b881d9 Mon Sep 17 00:00:00 2001 From: James Peach Date: Wed, 12 Apr 2006 00:07:40 +0000 Subject: r15047: Add support for using libunwind to generate a backtrace. This is primarily intended for ia64 systems where libunwind knows more about the different ways of walking the stack that just about anything else. (This used to be commit 256a19d722f360dac3c8e83f5bfac453fa70db96) --- source3/include/includes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/includes.h b/source3/include/includes.h index c83b707887..b96bd19fd8 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -358,10 +358,6 @@ #include #endif -#ifdef HAVE_EXECINFO_H -#include -#endif - #if defined(HAVE_RPC_RPC_H) /* * Check for AUTH_ERROR define conflict with rpc/rpc.h in prot.h. -- cgit