diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-18 19:15:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-18 19:15:48 +0000 |
commit | ef361a638a91a1a0b745f9c1cf9a01319215486e (patch) | |
tree | ee2148c6cf727d1f1ecacb5b36d84d3843efcac4 /include/llvm/InlineAsm.h | |
parent | 81310138619ac46a4eb5ea9a28929c9f5ea8012c (diff) | |
download | external_llvm-ef361a638a91a1a0b745f9c1cf9a01319215486e.tar.gz external_llvm-ef361a638a91a1a0b745f9c1cf9a01319215486e.tar.bz2 external_llvm-ef361a638a91a1a0b745f9c1cf9a01319215486e.zip |
remove obviously dead uses of IncludeFile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/InlineAsm.h')
-rw-r--r-- | include/llvm/InlineAsm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/InlineAsm.h b/include/llvm/InlineAsm.h index 7e94db1a69..20903cb51c 100644 --- a/include/llvm/InlineAsm.h +++ b/include/llvm/InlineAsm.h @@ -17,7 +17,6 @@ #define LLVM_INLINEASM_H #include "llvm/Value.h" -#include "llvm/System/IncludeFile.h" #include <vector> namespace llvm { |