[Mlir-commits] [mlir] cf397d9 - [mlir] Stop including llvm/ADT/Any.h (NFC)

Kazu Hirata llvmlistbot at llvm.org
Sat Nov 11 08:36:05 PST 2023


Author: Kazu Hirata
Date: 2023-11-11T08:35:58-08:00
New Revision: cf397d93823efbebb3eea63fedb0d4986dc55271

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

LOG: [mlir] Stop including llvm/ADT/Any.h (NFC)

Identified with clangd.

Added: 
    

Modified: 
    mlir/include/mlir/IR/BuiltinAttributeInterfaces.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/IR/BuiltinAttributeInterfaces.h b/mlir/include/mlir/IR/BuiltinAttributeInterfaces.h
index e164ef84cbd5932..b0b9493c1519f60 100644
--- a/mlir/include/mlir/IR/BuiltinAttributeInterfaces.h
+++ b/mlir/include/mlir/IR/BuiltinAttributeInterfaces.h
@@ -14,7 +14,6 @@
 #include "mlir/IR/BuiltinTypeInterfaces.h"
 #include "mlir/IR/Types.h"
 #include "mlir/Support/LogicalResult.h"
-#include "llvm/ADT/Any.h"
 #include "llvm/Support/raw_ostream.h"
 #include <complex>
 #include <optional>


        


More information about the Mlir-commits mailing list