diff options
Diffstat (limited to 'lib/Driver')
-rw-r--r-- | lib/Driver/Driver.cpp | 7 | ||||
-rw-r--r-- | lib/Driver/ToolChains.cpp | 6 |
2 files changed, 3 insertions, 10 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index 26ceb32e73..b494ed1239 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -36,13 +36,10 @@ #include "InputInfo.h" #include "ToolChains.h" -#ifdef HAVE_CLANG_CONFIG_H -# include "clang/Config/config.h" -#endif -#include "llvm/Config/config.h" - #include <map> +#include "clang/Config/config.h" + using namespace clang::driver; using namespace clang; diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index 8c7158f0bf..703c7aa3d5 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp @@ -33,11 +33,7 @@ #include <cstdlib> // ::getenv -#ifdef HAVE_CLANG_CONFIG_H -# include "clang/Config/config.h" -#endif - -#include "llvm/Config/config.h" // for GCC_INSTALL_PREFIX +#include "clang/Config/config.h" // for GCC_INSTALL_PREFIX using namespace clang::driver; using namespace clang::driver::toolchains; |