[llvm-commits] CVS: llvm/lib/Bytecode/Writer/WriterInternals.h
Chris Lattner
sabre at nondot.org
Thu Feb 8 23:54:28 PST 2007
Changes in directory llvm/lib/Bytecode/Writer:
WriterInternals.h updated: 1.30 -> 1.31
---
Log message:
remove unneeded #includes
---
Diffs of the changes: (+0 -3)
WriterInternals.h | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/Bytecode/Writer/WriterInternals.h
diff -u llvm/lib/Bytecode/Writer/WriterInternals.h:1.30 llvm/lib/Bytecode/Writer/WriterInternals.h:1.31
--- llvm/lib/Bytecode/Writer/WriterInternals.h:1.30 Fri Feb 9 01:53:20 2007
+++ llvm/lib/Bytecode/Writer/WriterInternals.h Fri Feb 9 01:54:13 2007
@@ -19,9 +19,6 @@
#include "llvm/Bytecode/Writer.h"
#include "llvm/Bytecode/Format.h"
#include "llvm/Instruction.h"
-#include "llvm/Support/DataTypes.h"
-#include <string>
-#include <vector>
namespace llvm {
class InlineAsm;
More information about the llvm-commits
mailing list