From 76da2875eb2af9f8191c2adf4f9663ac3a2cec89 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 28 Oct 2024 17:57:31 +0100 Subject: Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → keeper.hpp, tools.h → tools.hpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/intercopycontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/intercopycontext.h') diff --git a/src/intercopycontext.h b/src/intercopycontext.h index 3a5db36..2b247d2 100644 --- a/src/intercopycontext.h +++ b/src/intercopycontext.h @@ -1,6 +1,6 @@ #pragma once -#include "tools.h" +#include "tools.hpp" // forwards class Universe; -- cgit v1.2.3-55-g6feb