star-geometry-3d

Clean and decorate 3D geometries
git clone git://git.meso-star.fr/star-geometry-3d.git
Log | Files | Refs | README | LICENSE

commit 5f7f9d1fd17f4c1bf0ce1ef5f012d7994a8842e4
parent a5fbe24d7a8a24322ddc9cd04622c1611bec34d8
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue,  9 Apr 2024 18:39:53 +0200

Fix included header files

Directly include needed header files, not through other included files

Diffstat:
Msrc/test_sg3d_utils.h | 2++
Msrc/test_sg3d_utils2.h | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/test_sg3d_utils.h b/src/test_sg3d_utils.h @@ -16,6 +16,8 @@ #ifndef TEST_SG3D_UTILS_H #define TEST_SG3D_UTILS_H +#include <star/sg3d.h> + #include <rsys/mem_allocator.h> #include <rsys/double3.h> diff --git a/src/test_sg3d_utils2.h b/src/test_sg3d_utils2.h @@ -16,7 +16,7 @@ #ifndef TEST_SG3D_UTILS2_H #define TEST_SG3D_UTILS2_H -#include "test_sg3d_utils.h" +#include <star/sg3d.h> #include <rsys/double3.h> #include <star/s3dut.h>