[Driver] Remove unused #include of llvm/Support/config.h
authorVedant Kumar <vsk@apple.com>
Fri, 19 Aug 2016 23:15:35 +0000 (23:15 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 19 Aug 2016 23:15:35 +0000 (23:15 +0000)
This is a follow-up to r279112 (which removed the need for the header)
and in the same spirit as r279035 (which attempted to un-break
out-of-tree builds).

llvm-svn: 279348

clang/tools/driver/cc1_main.cpp

index fff6ffe..b8cea41 100644 (file)
@@ -25,7 +25,6 @@
 #include "clang/Frontend/Utils.h"
 #include "clang/FrontendTool/Utils.h"
 #include "llvm/ADT/Statistic.h"
-#include "llvm/Config/config.h"
 #include "llvm/LinkAllPasses.h"
 #include "llvm/Option/ArgList.h"
 #include "llvm/Option/OptTable.h"