From 1ced737ebfeee3a6b4da2d44dcbe7d98d6e94cb0 Mon Sep 17 00:00:00 2001 From: Dylan Noblesmith Date: Thu, 22 Dec 2011 22:49:47 +0000 Subject: remove unneeded config.h includes llvm-svn: 147195 --- clang/lib/Frontend/PrintPreprocessedOutput.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/Frontend/PrintPreprocessedOutput.cpp') 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 -- cgit v1.1