mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
remove unneeded #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4e48cb096
commit
ece6737f15
@ -16,9 +16,7 @@
|
||||
#ifndef LLVM_CODEGEN_MACHINEINSTR_H
|
||||
#define LLVM_CODEGEN_MACHINEINSTR_H
|
||||
|
||||
#include "llvm/ADT/iterator"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/Support/Streams.h"
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
#include <iosfwd>
|
||||
@ -82,7 +80,6 @@ private:
|
||||
unsigned char subReg;
|
||||
} auxInfo;
|
||||
|
||||
|
||||
MachineOperand() {}
|
||||
|
||||
void print(std::ostream &os) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user