From 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 21:50:34 +0200 Subject: Added include guards --- src/solvers/coord/eo.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/solvers/coord/eo.h') diff --git a/src/solvers/coord/eo.h b/src/solvers/coord/eo.h index 42196af..a5a0e85 100644 --- a/src/solvers/coord/eo.h +++ b/src/solvers/coord/eo.h @@ -1,3 +1,6 @@ +#ifndef SOLVERS_COORD_EO_H +#define SOLVERS_COORD_EO_H + STATIC uint64_t coordinate_eo_coord(cube_t, const unsigned char *); STATIC cube_t coordinate_eo_cube(uint64_t, const unsigned char *); STATIC bool coordinate_eo_isnasty(uint64_t, const unsigned char *); @@ -57,3 +60,5 @@ coordinate_eo_gendata(unsigned char *data) { return 0; } + +#endif /* SOLVERS_COORD_EO_H */ -- cgit v1.3