From d56ae70262e8a2247d753d991f81a12e858f15f7 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 24 May 2023 14:24:49 +0100 Subject: [PATCH] IR: Avoid include in FMF header --- llvm/include/llvm/IR/FMF.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/include/llvm/IR/FMF.h b/llvm/include/llvm/IR/FMF.h index a49feb5..99e9a24 100644 --- a/llvm/include/llvm/IR/FMF.h +++ b/llvm/include/llvm/IR/FMF.h @@ -13,9 +13,8 @@ #ifndef LLVM_IR_FMF_H #define LLVM_IR_FMF_H -#include "llvm/Support/raw_ostream.h" - namespace llvm { +class raw_ostream; /// Convenience struct for specifying and reasoning about fast-math flags. class FastMathFlags { -- 2.7.4