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;