Remove unneeded #include

llvm-svn: 11978
This commit is contained in:
Chris Lattner 2004-02-29 05:15:56 +00:00
parent 44b1b22a2d
commit 5e7b3180e5
1 changed files with 1 additions and 1 deletions

View 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 {