1 #ifndef MARISA_IO_H_ 2 #define MARISA_IO_H_ 3 4 #include "mapper.h" 5 #include "reader.h" 6 #include "writer.h" 7 8 #endif // MARISA_IO_H_ 9