aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/PrintPreprocessedOutput.cpp
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 22:49:47 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 22:49:47 +0000
commit1ced737ebfeee3a6b4da2d44dcbe7d98d6e94cb0 (patch)
treebed24af94a3b86eca9836bb90795239046a6f0d7 /clang/lib/Frontend/PrintPreprocessedOutput.cpp
parenta0f6401ce9ba234450110eeb4dc03b15c7bdc223 (diff)
downloadllvm-1ced737ebfeee3a6b4da2d44dcbe7d98d6e94cb0.zip
llvm-1ced737ebfeee3a6b4da2d44dcbe7d98d6e94cb0.tar.gz
llvm-1ced737ebfeee3a6b4da2d44dcbe7d98d6e94cb0.tar.bz2
remove unneeded config.h includes
llvm-svn: 147195
Diffstat (limited to 'clang/lib/Frontend/PrintPreprocessedOutput.cpp')
-rw-r--r--clang/lib/Frontend/PrintPreprocessedOutput.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/PrintPreprocessedOutput.cpp b/clang/lib/Frontend/PrintPreprocessedOutput.cpp
index 8a61f96..d52b25b 100644
--- a/clang/lib/Frontend/PrintPreprocessedOutput.cpp
+++ b/clang/lib/Frontend/PrintPreprocessedOutput.cpp
@@ -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>