From 6f8c329bea44321aef1a1716dd206c1f7bed23cf Mon Sep 17 00:00:00 2001 From: Lukasz Wesierski Date: Wed, 28 Aug 2019 13:45:30 +0200 Subject: [PATCH] Remove unnecessary include --- options_compile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/options_compile.cpp b/options_compile.cpp index a62b7b00..134c207f 100644 --- a/options_compile.cpp +++ b/options_compile.cpp @@ -198,7 +198,6 @@ std::string EffectiveOptionsFilter::processOptions(const OpenCLArgList &args, effectiveArgs.push_back("-include"); effectiveArgs.push_back("opencl-c.h"); - effectiveArgs.push_back("opencl-c-base.h"); // Don't optimize in the frontend // clang defaults to -O0, and in that mode, does not produce IR that is