xref: /aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/trie.h (revision ab8db090fce404b23716c4c9194221ee27efe31c)
1 #ifndef MARISA_GRIMOIRE_TRIE_H_
2 #define MARISA_GRIMOIRE_TRIE_H_
3 
4 #include "marisa/grimoire/trie/state.h"
5 #include "marisa/grimoire/trie/louds-trie.h"
6 
7 namespace marisa {
8 namespace grimoire {
9 
10 using trie::State;
11 using trie::LoudsTrie;
12 
13 }  // namespace grimoire
14 }  // namespace marisa
15 
16 #endif  // MARISA_GRIMOIRE_TRIE_H_
17