1*ab8db090SAndroid Build Coastguard Worker #ifndef MARISA_GRIMOIRE_IO_H_ 2*ab8db090SAndroid Build Coastguard Worker #define MARISA_GRIMOIRE_IO_H_ 3*ab8db090SAndroid Build Coastguard Worker 4*ab8db090SAndroid Build Coastguard Worker #include "marisa/grimoire/io/mapper.h" 5*ab8db090SAndroid Build Coastguard Worker #include "marisa/grimoire/io/reader.h" 6*ab8db090SAndroid Build Coastguard Worker #include "marisa/grimoire/io/writer.h" 7*ab8db090SAndroid Build Coastguard Worker 8*ab8db090SAndroid Build Coastguard Worker namespace marisa { 9*ab8db090SAndroid Build Coastguard Worker namespace grimoire { 10*ab8db090SAndroid Build Coastguard Worker 11*ab8db090SAndroid Build Coastguard Worker using io::Mapper; 12*ab8db090SAndroid Build Coastguard Worker using io::Reader; 13*ab8db090SAndroid Build Coastguard Worker using io::Writer; 14*ab8db090SAndroid Build Coastguard Worker 15*ab8db090SAndroid Build Coastguard Worker } // namespace grimoire 16*ab8db090SAndroid Build Coastguard Worker } // namespace marisa 17*ab8db090SAndroid Build Coastguard Worker 18*ab8db090SAndroid Build Coastguard Worker #endif // MARISA_GRIMOIRE_IO_H_ 19