• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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