From: Mathieu Desnoyers Date: Mon, 13 Jun 2011 14:19:46 +0000 (-0400) Subject: Remove execinfo.h include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5c3950f8809ce2c5272fdbfa27b606f648b485fb;p=deliverable%2Flttng-ust.git 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 3c7c0bb3..07f7f874 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -33,7 +33,6 @@ #include #include #include -#include #include "ustcomm.h" #include "usterr.h"