Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 5ba2359

Browse files
committed
Removed unnecessary imports and macros.
1 parent d5f3d6f commit 5ba2359

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

cluster.c

-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
#include <stdio.h>
21
#include <stdlib.h>
32
#include <time.h>
43
#include "spmat.h"
54
#include "graph.h"
6-
#include "VerticesGroup.h"
75
#include "LinkedList.h"
86
#include "division.h"
97
#include "ErrorHandler.h"
108

11-
#define FILE_PATH_MAX_LENGTH 200
12-
139
int main(int argc, char **argv) {
1410
LinkedList *groupsLst;
1511
Graph *G;

matrix.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include <stdio.h>
21
#include <stdlib.h>
32
#include "matrix.h"
43
#include "ErrorHandler.h"

0 commit comments

Comments
 (0)