refactor(lsm): allow modules to import other internal header files

This commit is contained in:
Jef Roosens 2023-10-13 13:07:40 +02:00
parent c327be80e9
commit 0548efda97
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 54 additions and 4 deletions

1
lsm/src/trie/lsm_trie.c Normal file
View file

@ -0,0 +1 @@
#include "lsm/trie_internal.h"