2005-10-29 09:52:35 +00:00
|
|
|
#ifndef _EYD_PROTO_HH
|
|
|
|
#define _EYD_PROTO_HH 1
|
|
|
|
|
|
|
|
/*#include "regexptree.hh"
|
|
|
|
#include "transition.hh"
|
|
|
|
#include "state.hh"
|
|
|
|
#include "stateclass.hh"
|
|
|
|
#include "automata.hh"
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "eyd_bitgroup.hh"
|
|
|
|
#include "eyd_bitreader.hh"
|
|
|
|
#include "eyd_bitwriter.hh"
|
2005-10-29 23:24:52 +00:00
|
|
|
#include "eyd_compressor.hh"
|
2005-10-29 09:52:35 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|