Err, we don't need Config/*.h files for things that are standard C++

llvm-svn: 10742
This commit is contained in:
Chris Lattner 2004-01-10 19:10:01 +00:00
parent b0a5964356
commit 0c53031c5e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "llvm/DerivedTypes.h" #include "llvm/DerivedTypes.h"
#include "Support/STLExtras.h" #include "Support/STLExtras.h"
#include "Support/Statistic.h" #include "Support/Statistic.h"
#include "Config/string.h" #include <cstring>
#include <algorithm> #include <algorithm>
using namespace llvm; using namespace llvm;