Remove unneeded #include
authorChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 05:15:56 +0000 (05:15 +0000)
committerChris 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

index 7545fcbcdc03aea5547384a2b7c9447103302103..754f3d2bc0ec5eaa4f5f634329309b4d615d0538 100644 (file)
@@ -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 {