Remove Mac-specific includes.

llvm-svn: 105905
This commit is contained in:
Eli Friedman 2010-06-13 02:13:20 +00:00
parent fa04338f38
commit 3afa33ced6
1 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,6 @@
#include "ObjectFileELF.h"
#include <mach/machine.h>
#include <assert.h>
#include <algorithm>
@ -30,10 +29,6 @@ using namespace lldb_private;
using namespace std;
#include <mach-o/nlist.h>
#include <mach-o/stab.h>
void
ObjectFileELF::Initialize()
{