projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
561c010
)
Remove unneeded #include
author
Chris Lattner
<sabre@nondot.org>
Sun, 29 Feb 2004 05:15:56 +0000
(
05:15
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 29 Feb 2004 05:15:56 +0000
(
05:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11978
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineInstr.h
b/include/llvm/CodeGen/MachineInstr.h
index 7545fcbcdc03aea5547384a2b7c9447103302103..754f3d2bc0ec5eaa4f5f634329309b4d615d0538 100644
(file)
--- 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 {