From 37ac808a4f16a826342964d13443689978bd8542 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 28 Oct 2024 17:46:27 +0100 Subject: Renamed macros_and_utils.h → macros_and_utils.hpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index a6bb43b..ecf1ce8 100644 --- a/src/state.h +++ b/src/state.h @@ -1,7 +1,7 @@ #pragma once #include "debugspew.h" -#include "macros_and_utils.h" +#include "macros_and_utils.hpp" // forwards enum class LookupMode; -- cgit v1.2.3-55-g6feb