diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-29 19:52:31 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-29 19:52:31 +0000 |
commit | 1baa88e3de8947b02d9ef4caa73e5860f048ec6e (patch) | |
tree | b84158d384b79ae4588a97757781b1f30a0c8333 /include/llvm/CodeGen/MachineOperand.h | |
parent | 21323f3a829df0e6d9b4566a551619a01e269ba6 (diff) |
Prune and tidy #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51697 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineOperand.h')
-rw-r--r-- | include/llvm/CodeGen/MachineOperand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineOperand.h b/include/llvm/CodeGen/MachineOperand.h index d62c8f8b47..28d63524bc 100644 --- a/include/llvm/CodeGen/MachineOperand.h +++ b/include/llvm/CodeGen/MachineOperand.h @@ -15,7 +15,6 @@ #define LLVM_CODEGEN_MACHINEOPERAND_H #include "llvm/Support/DataTypes.h" -#include <vector> #include <cassert> #include <iosfwd> |