[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineInstr.h
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Sat Feb 28 23:17:01 PST 2004
    
    
  
Changes in directory llvm/include/llvm/CodeGen:
MachineInstr.h updated: 1.142 -> 1.143
---
Log message:
Remove unneeded #include
---
Diffs of the changes:  (+1 -1)
Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.142 llvm/include/llvm/CodeGen/MachineInstr.h:1.143
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.142	Sat Feb 28 23:06:49 2004
+++ llvm/include/llvm/CodeGen/MachineInstr.h	Sat Feb 28 23:15:56 2004
@@ -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 {
 
    
    
More information about the llvm-commits
mailing list