Skip to content

Commit

Permalink
Remove #pragma
Browse files Browse the repository at this point in the history
Signed-off-by: Haruki Imai <[email protected]>
  • Loading branch information
imaihal committed Oct 29, 2024
1 parent 924ab61 commit b5415c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Interface/KrnlGlobalOpInterface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@
//
//===----------------------------------------------------------------------===//

#pragma once
#ifndef ONNX_MLIR_KRNLGLOBALOP_INTERFACE_H
#define ONNX_MLIR_KRNLGLOBALOP_INTERFACE_H

#include <map>
#include <string>

#include "mlir/IR/OpDefinition.h"

// namespace mlir {

/// Include the auto-generated declarations.
#include "src/Interface/KrnlGlobalOpInterface.hpp.inc"

// } // end namespace mlir
#endif

0 comments on commit b5415c3

Please sign in to comment.