Remove unused import in Orc C API

Summary: It is not used.

Reviewers: lhames

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D17251

llvm-svn: 262870
This commit is contained in:
Amaury Sechet 2016-03-07 22:40:07 +00:00
parent 774b1efa62
commit b813e4d4ae
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#define LLVM_C_ORCBINDINGS_H
#include "llvm-c/Object.h"
#include "llvm-c/Support.h"
#include "llvm-c/TargetMachine.h"
#ifdef __cplusplus