r279348 - [Driver] Remove unused #include of llvm/Support/config.h

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 19 16:15:35 PDT 2016


Author: vedantk
Date: Fri Aug 19 18:15:35 2016
New Revision: 279348

URL: http://llvm.org/viewvc/llvm-project?rev=279348&view=rev
Log:
[Driver] Remove unused #include of llvm/Support/config.h

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).

Modified:
    cfe/trunk/tools/driver/cc1_main.cpp

Modified: cfe/trunk/tools/driver/cc1_main.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/driver/cc1_main.cpp?rev=279348&r1=279347&r2=279348&view=diff
==============================================================================
--- cfe/trunk/tools/driver/cc1_main.cpp (original)
+++ cfe/trunk/tools/driver/cc1_main.cpp Fri Aug 19 18:15:35 2016
@@ -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"




More information about the cfe-commits mailing list