OSDN Git Service

Remove unused import in Orc C API
authorAmaury Sechet <deadalnix@gmail.com>
Mon, 7 Mar 2016 22:40:07 +0000 (22:40 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Mon, 7 Mar 2016 22:40:07 +0000 (22:40 +0000)
Summary: It is not used.

Reviewers: lhames

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262870 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/OrcBindings.h

index f6aff91..92e6ca3 100644 (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