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:
1499934
)
Err, we don't need Config/*.h files for things that are standard C++
author
Chris Lattner
<sabre@nondot.org>
Sat, 10 Jan 2004 19:10:01 +0000
(19:10 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 10 Jan 2004 19:10:01 +0000
(19:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10742
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Writer/Writer.cpp
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Writer/Writer.cpp
b/lib/Bytecode/Writer/Writer.cpp
index 570e17fa46b88a3198072ea3286bf966aa216113..0e541df72d0807a18c162f91b99ec738fbca5460 100644
(file)
--- a/
lib/Bytecode/Writer/Writer.cpp
+++ b/
lib/Bytecode/Writer/Writer.cpp
@@
-29,7
+29,7
@@
#include "llvm/DerivedTypes.h"
#include "Support/STLExtras.h"
#include "Support/Statistic.h"
-#include
"Config/string.h"
+#include
<cstring>
#include <algorithm>
using namespace llvm;