From e3dfffc6733c2b69a5ab3c247eccaf36cd26a93e Mon Sep 17 00:00:00 2001 From: Schrodinger ZHU Yifan Date: Thu, 24 Oct 2024 10:15:40 -0400 Subject: [PATCH] [gccjit] remove wrongly inserted header --- src/GCCJITOps.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GCCJITOps.cpp b/src/GCCJITOps.cpp index 6d0f7bc..de6a8b0 100644 --- a/src/GCCJITOps.cpp +++ b/src/GCCJITOps.cpp @@ -43,7 +43,6 @@ #include "mlir/Support/LLVM.h" #include "mlir/Support/LogicalResult.h" #include "llvm/ADT/SmallVector.h" -#include using namespace mlir; using namespace mlir::gccjit;