commit | 0c53031c5e473631ba05016429c9374a45e68286 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jan 10 19:10:01 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jan 10 19:10:01 2004 +0000 |
tree | d8d73a634f36d438efabaa5845661042f2061cb9 | |
parent | b0a5964356222f295ba7b9c55a125159c2db7cbf [diff] |
Err, we don't need Config/*.h files for things that are standard C++ llvm-svn: 10742
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp index 570e17f..0e541df 100644 --- a/llvm/lib/Bytecode/Writer/Writer.cpp +++ b/llvm/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;