From 7ac366abe6f50958d69819082003b7af6c68dc5a Mon Sep 17 00:00:00 2001 From: Daniel Juenger <2955913+sleeepyjack@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:21:39 +0000 Subject: [PATCH] Rename subdirectory to open_addressing --- .../open_addressing_impl.cuh | 0 .../open_addressing_ref_impl.cuh | 0 include/cuco/static_map.cuh | 2 +- include/cuco/static_map_ref.cuh | 2 +- include/cuco/static_set.cuh | 2 +- include/cuco/static_set_ref.cuh | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) rename include/cuco/detail/{open_addressing_impl => open_addressing}/open_addressing_impl.cuh (100%) rename include/cuco/detail/{open_addressing_impl => open_addressing}/open_addressing_ref_impl.cuh (100%) diff --git a/include/cuco/detail/open_addressing_impl/open_addressing_impl.cuh b/include/cuco/detail/open_addressing/open_addressing_impl.cuh similarity index 100% rename from include/cuco/detail/open_addressing_impl/open_addressing_impl.cuh rename to include/cuco/detail/open_addressing/open_addressing_impl.cuh diff --git a/include/cuco/detail/open_addressing_impl/open_addressing_ref_impl.cuh b/include/cuco/detail/open_addressing/open_addressing_ref_impl.cuh similarity index 100% rename from include/cuco/detail/open_addressing_impl/open_addressing_ref_impl.cuh rename to include/cuco/detail/open_addressing/open_addressing_ref_impl.cuh diff --git a/include/cuco/static_map.cuh b/include/cuco/static_map.cuh index 574fdd611..34fcfc805 100644 --- a/include/cuco/static_map.cuh +++ b/include/cuco/static_map.cuh @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/cuco/static_map_ref.cuh b/include/cuco/static_map_ref.cuh index 8d56d9a51..f65b4566b 100644 --- a/include/cuco/static_map_ref.cuh +++ b/include/cuco/static_map_ref.cuh @@ -16,7 +16,7 @@ #pragma once -#include +#include #include #include #include diff --git a/include/cuco/static_set.cuh b/include/cuco/static_set.cuh index ca0a71884..979bdfead 100644 --- a/include/cuco/static_set.cuh +++ b/include/cuco/static_set.cuh @@ -17,7 +17,7 @@ #pragma once #include -#include +#include #include #include #include diff --git a/include/cuco/static_set_ref.cuh b/include/cuco/static_set_ref.cuh index cd90e7eb2..af34b134e 100644 --- a/include/cuco/static_set_ref.cuh +++ b/include/cuco/static_set_ref.cuh @@ -17,7 +17,7 @@ #pragma once #include -#include +#include #include #include #include