From 0a64f5fa59f7dea706c9ee8a8970d150de426bfa Mon Sep 17 00:00:00 2001 From: Soikk Date: Wed, 24 Aug 2022 17:55:01 +0200 Subject: Moved includes --- matrix.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'matrix.c') diff --git a/matrix.c b/matrix.c index aeaa8f1..3b915eb 100644 --- a/matrix.c +++ b/matrix.c @@ -1,8 +1,6 @@ -#include -#include -#include #include "matrix.h" + void showMatrix(matrix *m){ for(int i = 0; i < m->rows; ++i){ for(int j = 0; j < m->cols; ++j){ -- cgit v1.2.3