Skip to content

Commit

Permalink
Remove useless /
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgorius authored Oct 18, 2023
1 parent a6f8d67 commit 3221074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Standalone/StandaloneOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define STANDALONE_OPS

include "StandaloneDialect.td"
include "/mlir/Interfaces/InferTypeOpInterface.td"
include "mlir/Interfaces/InferTypeOpInterface.td"
include "mlir/Interfaces/SideEffectInterfaces.td"

def Standalone_FooOp : Standalone_Op<"foo", [Pure,
Expand Down

0 comments on commit 3221074

Please sign in to comment.