From de26eed5157a1b5efc2a72668b4f4a22638f2774 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 27 Dec 2022 12:58:11 +0100 Subject: Rename libctor.h to ctor.h --- examples/subdir/ctor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/subdir') diff --git a/examples/subdir/ctor.cc b/examples/subdir/ctor.cc index b5f5885..2e3de9f 100644 --- a/examples/subdir/ctor.cc +++ b/examples/subdir/ctor.cc @@ -1,7 +1,7 @@ // -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. -#include "../libctor.h" +#include "../ctor.h" namespace { -- cgit v1.2.3