common: Move common sizes to their own header for code reuse.

This commit is contained in:
bunnei 2021-03-19 23:52:47 -07:00
parent 01f04fee32
commit 28be8aec9a
3 changed files with 25 additions and 13 deletions

View file

@ -109,6 +109,7 @@ add_library(common STATIC
cityhash.h
common_funcs.h
common_paths.h
common_sizes.h
common_types.h
concepts.h
div_ceil.h