From beb6685f605b89ce4b2dd99f87b9319e4f7f4d94 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 27 Nov 2022 17:27:56 +0100 Subject: more WIP --- entity/types.hpp | 5 ----- entity/util.hpp | 5 ----- 2 files changed, 10 deletions(-) (limited to 'entity') diff --git a/entity/types.hpp b/entity/types.hpp index 055f6de0..2987f2e8 100644 --- a/entity/types.hpp +++ b/entity/types.hpp @@ -2,11 +2,6 @@ #include #include -namespace Corrade::Containers { -template class BasicStringView; -using StringView = BasicStringView; -} // namespace Corrade::Containers - namespace floormat::entities { enum class erased_field_type : unsigned { diff --git a/entity/util.hpp b/entity/util.hpp index 3643866d..d2b32634 100644 --- a/entity/util.hpp +++ b/entity/util.hpp @@ -1,11 +1,6 @@ #pragma once #include -namespace Corrade::Containers { -template class BasicStringView; -using StringView = BasicStringView; -} // namespace Corrade::Containers - namespace floormat::entities { template struct pass_by_value : std::bool_constant> {}; -- cgit v1.2.3