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/drslice.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/solvers/coord/drslice.h') diff --git a/src/solvers/coord/drslice.h b/src/solvers/coord/drslice.h index 42699f8..87bf87e 100644 --- a/src/solvers/coord/drslice.h +++ b/src/solvers/coord/drslice.h @@ -1,3 +1,6 @@ +#ifndef SOLVERS_COORD_DRSLICE_H +#define SOLVERS_COORD_DRSLICE_H + /* The DRSLICE coordinate is almost identical to DRFINNOE, but it allows for the centers of the E layer to be off by a rotation. For this reason we reuse @@ -95,3 +98,5 @@ is_drslice_solved(uint64_t i, const unsigned char *data) /* Pre-computed coordinates of U D' (= U' D up to trans) and U2 D2 */ return i == 0 || i == 109779816 || i == 68468527; } + +#endif /* SOLVERS_COORD_DRSLICE_H */ -- cgit v1.3