[Mlir-commits] [mlir] 92b4e75 - [MLIR] Remove unused include. NFC.

Benjamin Kramer llvmlistbot at llvm.org
Wed Oct 29 04:47:52 PDT 2025


Author: Benjamin Kramer
Date: 2025-10-29T12:47:29+01:00
New Revision: 92b4e75773c389ef9a7d338505580dc5934b100a

URL: https://github.com/llvm/llvm-project/commit/92b4e75773c389ef9a7d338505580dc5934b100a
DIFF: https://github.com/llvm/llvm-project/commit/92b4e75773c389ef9a7d338505580dc5934b100a.diff

LOG: [MLIR] Remove unused include. NFC.

Added: 
    

Modified: 
    mlir/include/mlir/Interfaces/ControlFlowInterfaces.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Interfaces/ControlFlowInterfaces.h b/mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
index 47afd252c6d68..bfc24c18429ed 100644
--- a/mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
+++ b/mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
@@ -18,7 +18,6 @@
 #include "mlir/IR/Operation.h"
 #include "llvm/ADT/PointerUnion.h"
 #include "llvm/ADT/STLExtras.h"
-#include "llvm/Support/DebugLog.h"
 #include "llvm/Support/raw_ostream.h"
 
 namespace mlir {


        


More information about the Mlir-commits mailing list