forked from OSchip/llvm-project
Err, we don't need Config/*.h files for things that are standard C++
llvm-svn: 10742
This commit is contained in:
parent
b0a5964356
commit
0c53031c5e
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue