Skip to content

Commit 349939b

Browse files
committed
chore: remove unnecessary files
1 parent 0edc162 commit 349939b

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

libs/libs.cbp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
<Option compilerVar="CC" />
4646
</Unit>
4747
<Unit filename="time/main.h" />
48-
<Unit filename="utilities.c">
49-
<Option compilerVar="CC" />
50-
</Unit>
51-
<Unit filename="utilities.h" />
5248
<Extensions>
5349
<lib_finder disable_auto="1" />
5450
</Extensions>

libs/main.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Root
66
#include "./macros.h"
77
#include "./structs.h"
8-
#include "./utilities.h"
98

109
// List
1110
#include "./list/main.h"

libs/utilities.c

Lines changed: 0 additions & 8 deletions
This file was deleted.

libs/utilities.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "./play/main.h"
1010
#include "./show-ranking/main.h"
1111
#include "./structs.h"
12-
#include "./utilities.h"
1312

1413
int main(const int argsLength, char* args[]) {
1514
unsigned char error;

0 commit comments

Comments
 (0)