diff options
| author | Dan Gohman <gohman@apple.com> | 2009-01-05 17:59:02 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-01-05 17:59:02 +0000 |
| commit | 906152a20f68a942f64a27bf31e5c5232b444e8f (patch) | |
| tree | d9a5b5a13544e6f9abdc20d28878386191a95d72 /llvm/lib/Target/Alpha | |
| parent | 1e03f7f19e08699e1c449e311133ae1748e1c489 (diff) | |
| download | bcm5719-llvm-906152a20f68a942f64a27bf31e5c5232b444e8f.tar.gz bcm5719-llvm-906152a20f68a942f64a27bf31e5c5232b444e8f.zip | |
Tidy up #includes, deleting a bunch of unnecessary #includes.
llvm-svn: 61715
Diffstat (limited to 'llvm/lib/Target/Alpha')
| -rw-r--r-- | llvm/lib/Target/Alpha/Alpha.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaInstrInfo.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Alpha/Alpha.h b/llvm/lib/Target/Alpha/Alpha.h index f62270dd88f..9af46d0c70f 100644 --- a/llvm/lib/Target/Alpha/Alpha.h +++ b/llvm/lib/Target/Alpha/Alpha.h @@ -15,8 +15,6 @@ #ifndef TARGET_ALPHA_H #define TARGET_ALPHA_H -#include <iosfwd> - namespace llvm { class AlphaTargetMachine; diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp index bd6f2cf3e37..fa8224f113f 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp @@ -15,6 +15,7 @@ #include "AlphaInstrInfo.h" #include "AlphaGenInstrInfo.inc" #include "llvm/ADT/STLExtras.h" +#include "llvm/ADT/SmallVector.h" #include "llvm/CodeGen/MachineInstrBuilder.h" using namespace llvm; |

