remove unneeded config.h includes

llvm-svn: 147195
This commit is contained in:
Dylan Noblesmith
2011-12-22 22:49:47 +00:00
parent a0f6401ce9
commit 1ced737ebf
7 changed files with 3 additions and 8 deletions

View File

@@ -24,7 +24,6 @@
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Config/config.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/ErrorHandling.h"
#include <cstdio>