refactor includes

This commit is contained in:
2025-09-24 15:37:50 +02:00
parent 0efbcc092b
commit 3064501543
10 changed files with 50 additions and 25 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
#ifndef ARGS_H
#define ARGS_H
parameters parse_args(int argc, char **argv);
Parameters parse_args(int argc, char **argv);
#endif