From 16eb1d227843fa3e02549718c46b3f58f31da633 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 24 Sep 2015 01:37:32 +0000 Subject: [PATCH] execinfo.h isn't needed on Mac OS X for Host.mm. Summary: This is no longer needed as this file no longer calls backtrace(). Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D13049 llvm-svn: 248457 --- lldb/source/Host/macosx/Host.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Host/macosx/Host.mm b/lldb/source/Host/macosx/Host.mm index af06b0324d01..a21ac09272cd 100644 --- a/lldb/source/Host/macosx/Host.mm +++ b/lldb/source/Host/macosx/Host.mm @@ -25,7 +25,6 @@ #include #include -#include #include #include #include