commit | d68a07650cdb2e18f18f362ba533459aa10e01b6 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Jan 05 17:59:02 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Jan 05 17:59:02 2009 +0000 |
tree | 0b0b5b402393260240d66dd4889d094b41a2ee82 | |
parent | 08f053f5d1df120dc8389a3ec8947ab16b1ccc53 [diff] |
Tidy up #includes, deleting a bunch of unnecessary #includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61715 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARM.h b/lib/Target/ARM/ARM.h index 4b26b24..0358230 100644 --- a/lib/Target/ARM/ARM.h +++ b/lib/Target/ARM/ARM.h
@@ -15,7 +15,6 @@ #ifndef TARGET_ARM_H #define TARGET_ARM_H -#include <iosfwd> #include <cassert> namespace llvm {
diff --git a/lib/Target/ARM/ARMConstantPoolValue.h b/lib/Target/ARM/ARMConstantPoolValue.h index 7b10565..d2b9066 100644 --- a/lib/Target/ARM/ARMConstantPoolValue.h +++ b/lib/Target/ARM/ARMConstantPoolValue.h
@@ -15,7 +15,7 @@ #define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H #include "llvm/CodeGen/MachineConstantPool.h" -#include <ostream> +#include <iosfwd> namespace llvm {