Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Nov 3, 2024
1 parent 4352b92 commit ccd821c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion include/mlir-gccjit/Conversion/Conversions.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
#ifndef MLIR_GCCJIT_CONVERSION_CONVERTIONS_H
#define MLIR_GCCJIT_CONVERSION_CONVERTIONS_H

#include <mlir/IR/MLIRContext.h>

#include "mlir-gccjit/Conversion/TypeConverter.h"
#include "mlir/IR/MLIRContext.h"

namespace mlir::gccjit {
void populateFuncToGCCJITPatterns(MLIRContext *context,
Expand Down
9 changes: 4 additions & 5 deletions include/mlir-gccjit/Passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
#ifndef MLIR_GCCJIT_PASSES_H
#define MLIR_GCCJIT_PASSES_H

#include <mlir/Dialect/ControlFlow/IR/ControlFlow.h>
#include <mlir/Dialect/Func/IR/FuncOps.h>
#include <mlir/IR/BuiltinDialect.h>
#include <mlir/IR/BuiltinOps.h>
#include <mlir/Pass/Pass.h>

#include "mlir/Dialect/ControlFlow/IR/ControlFlow.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/IR/BuiltinDialect.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/Pass/Pass.h"
#include "mlir-gccjit/IR/GCCJITDialect.h"

namespace mlir::gccjit {

Expand Down

0 comments on commit ccd821c

Please sign in to comment.