Skip to content

Commit c8c2fae

Browse files
committed
add clang-format annotation for header ordering
1 parent ca80408 commit c8c2fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Bindings/Python/Pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010

1111
#include "IRModule.h"
1212
#include "mlir-c/Pass.h"
13+
// clang-format off
1314
#include "mlir/Bindings/Python/Nanobind.h"
14-
1515
#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
16+
// clang-format on
1617
#include "nanobind/trampoline.h"
1718

1819
namespace nb = nanobind;

0 commit comments

Comments
 (0)