mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
add headers.h
This commit is contained in:
parent
ff5677ef78
commit
8d3759e22f
15
src/headers.h
Normal file
15
src/headers.h
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user