projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dcd81c
)
remove unneeded #includes
author
Chris Lattner
<sabre@nondot.org>
Fri, 9 Feb 2007 07:54:13 +0000
(07:54 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 9 Feb 2007 07:54:13 +0000
(07:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34086
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Writer/WriterInternals.h
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Writer/WriterInternals.h
b/lib/Bytecode/Writer/WriterInternals.h
index 36c6229b215e02030c9c821ad10e49882d5d43a4..116791e62986d113388815c43dd02b4a4d1e1a0d 100644
(file)
--- a/
lib/Bytecode/Writer/WriterInternals.h
+++ b/
lib/Bytecode/Writer/WriterInternals.h
@@
-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;