commit fede40c54dea4e9316fac216c899dca82b2fce96 parent 912f80b5e42aa7f420e0c37f235b05fabe3fe8cf Author: Egor Achkasov <eaachkasov@edu.hse.ru> Date: Thu, 21 Nov 2024 12:50:59 +0100 Remove common.h Diffstat:
| D | common.h | | | 7 | ------- |
| M | compute_paths.h | | | 3 | ++- |
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/common.h b/common.h @@ -1,7 +0,0 @@ -#ifndef COMMON_H -#define COMMON_H - -#define IN -#define OUT - -#endif /* COMMON_H */ diff --git a/compute_paths.h b/compute_paths.h @@ -3,7 +3,8 @@ #include <stdint.h> /* for int32_t */ -#include "common.h" +#define IN +#define OUT /** Compute gains and delays between in a Mitsuba scene. *