diff --git a/clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp b/clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp index f6c75b39e516..a9266aa4ada8 100644 --- a/clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp +++ b/clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp @@ -11,10 +11,8 @@ // //===----------------------------------------------------------------------===// -// FIXME(cir): This header file is not exposed to the public API, but can be -// reused by CIR ABI lowering since it holds target-specific information. -#include "../../../../Basic/Targets.h" #include "clang/Basic/LangOptions.h" +#include "clang/Basic/TargetInfo.h" #include "clang/Basic/TargetOptions.h" #include "CIRLowerContext.h"