diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-26 02:23:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-26 02:23:52 +0000 |
commit | ad6c1539cd9558751115d4cb27b9ab917336c8b6 (patch) | |
tree | 321b72d1334053172f8e015c8d9ed9a8a8b8a767 /lib/Support/TargetRegistry.cpp | |
parent | fa27ff296d3694a68e7abb3b6b7629588def3e58 (diff) |
Remove unused header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/TargetRegistry.cpp')
-rw-r--r-- | lib/Support/TargetRegistry.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/TargetRegistry.cpp b/lib/Support/TargetRegistry.cpp index 470deac240..c60322bdcd 100644 --- a/lib/Support/TargetRegistry.cpp +++ b/lib/Support/TargetRegistry.cpp @@ -7,7 +7,6 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Module.h" #include "llvm/Target/TargetRegistry.h" #include "llvm/System/Host.h" #include <cassert> |