馃 AI text below 馃
Apply the include-order rules discussed in #2227 (comment) across the non-vendored C++ sources: matching header, MQT Core headers, other private or third-party headers, MLIR, LLVM, then system and standard-library headers. Use angle brackets only when required.
Encode the order in .clang-format.
Consider an mqt/ prefix to distinguish MQT鈥檚 MLIR headers from upstream MLIR headers.
馃 AI text below 馃
Apply the include-order rules discussed in #2227 (comment) across the non-vendored C++ sources: matching header, MQT Core headers, other private or third-party headers, MLIR, LLVM, then system and standard-library headers. Use angle brackets only when required.
Encode the order in
.clang-format.Consider an
mqt/prefix to distinguish MQT鈥檚 MLIR headers from upstream MLIR headers.