We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0fe3b commit f3c3e2fCopy full SHA for f3c3e2f
mlir/include/mlir/Analysis/Presburger/Matrix.h
@@ -17,7 +17,6 @@
17
18
#include "mlir/Support/LLVM.h"
19
#include "mlir/Analysis/Presburger/Fraction.h"
20
-#include "mlir/Analysis/Presburger/Matrix.h"
21
#include "llvm/ADT/ArrayRef.h"
22
#include "llvm/Support/raw_ostream.h"
23
@@ -247,4 +246,4 @@ class IntMatrix : public Matrix<MPInt>
247
246
} // namespace presburger
248
} // namespace mlir
249
250
-#endif // MLIR_ANALYSIS_PRESBURGER_MATRIX_H
+#endif // MLIR_ANALYSIS_PRESBURGER_MATRIX_H
0 commit comments