hermespy-rt

Minimalistic signal processing ray-tracer in C
git clone https://git.ea.contact/hermespy-rt
Log | Files | Refs

commit ed0d787966e5c7149c56423baaf019642d3d7d9e
parent 721f788bb7d1998eb35110fe6684ef6f640021b0
Author: Egor Achkasov <eaachkasov@edu.hse.ru>
Date:   Wed,  4 Dec 2024 15:34:35 +0100

Remove include libgen.h

Diffstat:
Mcompute_paths.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/compute_paths.c b/compute_paths.c @@ -2,7 +2,6 @@ #include <stddef.h> /* for size_t */ #include <stdlib.h> /* for exit, malloc, free */ -#include <libgen.h> /* for dirname */ #include <string.h> /* for strlen, sprintf */ #include <stdio.h> /* for fopen, FILE, fclose */ #include <math.h> /* for sin, cos, sqrt */