forked from OSchip/llvm-project
parent
fa04338f38
commit
3afa33ced6
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue