Skip to content

Commit f3c3e2f

Browse files
committed
Matrix: remove self-include [NFC]
1 parent 1e0fe3b commit f3c3e2f

File tree

1 file changed

+1
-2
lines changed
  • mlir/include/mlir/Analysis/Presburger

1 file changed

+1
-2
lines changed

mlir/include/mlir/Analysis/Presburger/Matrix.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#include "mlir/Support/LLVM.h"
1919
#include "mlir/Analysis/Presburger/Fraction.h"
20-
#include "mlir/Analysis/Presburger/Matrix.h"
2120
#include "llvm/ADT/ArrayRef.h"
2221
#include "llvm/Support/raw_ostream.h"
2322

@@ -247,4 +246,4 @@ class IntMatrix : public Matrix<MPInt>
247246
} // namespace presburger
248247
} // namespace mlir
249248

250-
#endif // MLIR_ANALYSIS_PRESBURGER_MATRIX_H
249+
#endif // MLIR_ANALYSIS_PRESBURGER_MATRIX_H

0 commit comments

Comments
 (0)