Remove include of execinfo.h (already in e.h)

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-24 14:48:01 +01:00
parent 3b360d9507
commit ddec826cf4
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@
* to add backtrace support.
*/
#ifdef HAVE_EXECINFO_H
# include <execinfo.h>
#endif
EINTERN void
e_sigseg_act(int x EINA_UNUSED, siginfo_t *info EINA_UNUSED, void *data EINA_UNUSED)
{