diff --git a/include/yorel/yomm2/core.hpp b/include/yorel/yomm2/core.hpp index cf4d24b4..8b89d33b 100644 --- a/include/yorel/yomm2/core.hpp +++ b/include/yorel/yomm2/core.hpp @@ -6,8 +6,6 @@ #include -#include - #include namespace yorel { diff --git a/include/yorel/yomm2/detail/forward.hpp b/include/yorel/yomm2/detail/forward.hpp deleted file mode 100644 index b9ddb17b..00000000 --- a/include/yorel/yomm2/detail/forward.hpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) 2018-2024 Jean-Louis Leroy -// Distributed under the Boost Software License, Version 1.0. -// See accompanying file LICENSE_1_0.txt -// or copy at http://www.boost.org/LICENSE_1_0.txt) - -#ifndef YOREL_YOMM2_DETAIL_FORWARD_HPP -#define YOREL_YOMM2_DETAIL_FORWARD_HPP - -namespace yorel { -namespace yomm2 { -namespace detail { - -template -struct compiler; - -} -} // namespace yomm2 -} // namespace yorel - -#endif diff --git a/include/yorel/yomm2/templates.hpp b/include/yorel/yomm2/templates.hpp index f8e37573..f2050364 100644 --- a/include/yorel/yomm2/templates.hpp +++ b/include/yorel/yomm2/templates.hpp @@ -31,9 +31,6 @@ using templates = types...>; namespace detail { -// template