From b5415c35ac3e19188718cb142a6a27f58c1ba05f Mon Sep 17 00:00:00 2001 From: Haruki Imai Date: Tue, 29 Oct 2024 04:21:09 -0400 Subject: [PATCH] Remove #pragma Signed-off-by: Haruki Imai --- src/Interface/KrnlGlobalOpInterface.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Interface/KrnlGlobalOpInterface.hpp b/src/Interface/KrnlGlobalOpInterface.hpp index 0af0cadcbb..c9adafca14 100644 --- a/src/Interface/KrnlGlobalOpInterface.hpp +++ b/src/Interface/KrnlGlobalOpInterface.hpp @@ -13,16 +13,15 @@ // //===----------------------------------------------------------------------===// -#pragma once +#ifndef ONNX_MLIR_KRNLGLOBALOP_INTERFACE_H +#define ONNX_MLIR_KRNLGLOBALOP_INTERFACE_H #include #include #include "mlir/IR/OpDefinition.h" -// namespace mlir { - /// Include the auto-generated declarations. #include "src/Interface/KrnlGlobalOpInterface.hpp.inc" -// } // end namespace mlir +#endif