From: Mathieu Desnoyers Date: Mon, 13 Jun 2011 14:19:46 +0000 (-0400) Subject: Remove execinfo.h include X-Git-Tag: v0.15~3 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=5c3950f8809ce2c5272fdbfa27b606f648b485fb Remove execinfo.h include Not required, and breaks uclibc build. Signed-off-by: Mathieu Desnoyers --- diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index 3c7c0bb..07f7f87 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -33,7 +33,6 @@ #include #include #include -#include #include "ustcomm.h" #include "usterr.h"