diff --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.h b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.h index 4208adf42f37..0af72312af28 100644 --- a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.h +++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef DIALECT_TOSA_IR_TOSA_OPS_H -#define DIALECT_TOSA_IR_TOSA_OPS_H +#ifndef MLIR_DIALECT_TOSA_IR_TOSAOPS_H +#define MLIR_DIALECT_TOSA_IR_TOSAOPS_H #include "mlir/Dialect/Quant/QuantOps.h" #include "mlir/Dialect/Traits.h" @@ -35,4 +35,4 @@ namespace tosa { #define GET_OP_CLASSES #include "mlir/Dialect/Tosa/IR/TosaOps.h.inc" -#endif // TOSA_OPS_H +#endif // MLIR_DIALECT_TOSA_IR_TOSAOPS_H diff --git a/mlir/include/mlir/Dialect/Tosa/Transforms/PassDetail.h b/mlir/include/mlir/Dialect/Tosa/Transforms/PassDetail.h index 2b5822466d15..004c9cee251e 100644 --- a/mlir/include/mlir/Dialect/Tosa/Transforms/PassDetail.h +++ b/mlir/include/mlir/Dialect/Tosa/Transforms/PassDetail.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H -#define DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H +#ifndef MLIR_DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H +#define MLIR_DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H #include "mlir/Pass/Pass.h" @@ -18,4 +18,4 @@ namespace mlir { } // end namespace mlir -#endif // DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H +#endif // MLIR_DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H