diff options
Diffstat (limited to 'test/ctor.cc')
-rw-r--r-- | test/ctor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctor.cc b/test/ctor.cc index 9b690a2..e6d9734 100644 --- a/test/ctor.cc +++ b/test/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 { |