diff --git a/src/headers.h b/src/headers.h new file mode 100644 index 0000000..8e2ca01 --- /dev/null +++ b/src/headers.h @@ -0,0 +1,15 @@ +/************************************ + * file enc : ASCII + * author : wuyanyi09@gmail.com +************************************/ +#ifndef CPPJIEBA_HEADERS_H +#define CPPJIEBA_HEADERS_H + +#include "cppcommon/headers.h" +#include "globals.h" +#include "KeyWordExt.h" +#include "Segment.h" +#include "Trie.h" +#include "TransCode.h" + +#endif