aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-29 05:15:56 +0000
committerChris Lattner <sabre@nondot.org>2004-02-29 05:15:56 +0000
commit7598a1a9a8ad9b974e428e24606c108aa3ba1431 (patch)
treeb3a6b783deb4c0e586bcb7cbebf1cc02b0775bd7
parent561c0107b20e9be4a02bad57a68ae9e4f96461a9 (diff)
Remove unneeded #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11978 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/MachineInstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index 7545fcbcdc..754f3d2bc0 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -16,9 +16,9 @@
#ifndef LLVM_CODEGEN_MACHINEINSTR_H
#define LLVM_CODEGEN_MACHINEINSTR_H
-#include "Support/Annotation.h"
#include "Support/iterator"
#include <vector>
+#include <cassert>
namespace llvm {