Err, we don't need Config/*.h files for things that are standard C++
authorChris Lattner <sabre@nondot.org>
Sat, 10 Jan 2004 19:10:01 +0000 (19:10 +0000)
committerChris 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

index 570e17fa46b88a3198072ea3286bf966aa216113..0e541df72d0807a18c162f91b99ec738fbca5460 100644 (file)
@@ -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;