diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-22 22:49:47 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-22 22:49:47 +0000 |
commit | 1770e0dadcab966990cca4d7516253c886fd907c (patch) | |
tree | a72ee3d99ff6370371babe0d27c05019a0e3487b /lib/Frontend/PrintPreprocessedOutput.cpp | |
parent | bf1739c10ab875156b5fa61f9b92964ef8b68ed5 (diff) |
remove unneeded config.h includes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PrintPreprocessedOutput.cpp')
-rw-r--r-- | lib/Frontend/PrintPreprocessedOutput.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/PrintPreprocessedOutput.cpp b/lib/Frontend/PrintPreprocessedOutput.cpp index 8a61f968e6..d52b25bf0b 100644 --- a/lib/Frontend/PrintPreprocessedOutput.cpp +++ b/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> |