aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/marisa-trie/marisa/grimoire/trie.h
blob: d23852a4fd80a2645d39ebeceb2b6d5eb37b3364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once
#ifndef MARISA_GRIMOIRE_TRIE_H_
#define MARISA_GRIMOIRE_TRIE_H_

#include "trie/state.h"
#include "trie/louds-trie.h"

namespace marisa {
namespace grimoire {

using trie::State;
using trie::LoudsTrie;

}  // namespace grimoire
}  // namespace marisa

#endif  // MARISA_GRIMOIRE_TRIE_H_