From 65ac5d42c9209c4b89c590c93cfa8d985e66b168 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 15 Aug 2024 11:41:35 +1000 Subject: Remove unused ConstexprVector and rename constexpr_utils.hh to array.hh --- src/debug.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.hh') diff --git a/src/debug.hh b/src/debug.hh index ec010460..723bbb9e 100644 --- a/src/debug.hh +++ b/src/debug.hh @@ -1,7 +1,7 @@ #ifndef debug_hh_INCLUDED #define debug_hh_INCLUDED -#include "constexpr_utils.hh" +#include "array.hh" #include "enum.hh" #include "flags.hh" -- cgit v1.2.3