Skip to content

Commit

Permalink
Rename layout.hpp to fixed_size_layout.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Mar 26, 2024
1 parent d1d4c48 commit bfa28ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ OPTION(BUILD_TESTS "sparrow test suite" OFF)
set(SPARROW_HEADERS
${SPARROW_INCLUDE_DIR}/sparrow/array_data.hpp
${SPARROW_INCLUDE_DIR}/sparrow/buffer.hpp
${SPARROW_INCLUDE_DIR}/sparrow/fixed_size_layout.hpp
${SPARROW_INCLUDE_DIR}/sparrow/data_type.hpp
${SPARROW_INCLUDE_DIR}/sparrow/dynamic_bitset.hpp
${SPARROW_INCLUDE_DIR}/sparrow/iterator.hpp
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "doctest/doctest.h"

#include "sparrow/layout.hpp"
#include "sparrow/fixed_size_layout.hpp"

namespace sparrow
{
Expand Down

0 comments on commit bfa28ac

Please sign in to comment.