add headers.h

This commit is contained in:
gwdwyy 2013-07-27 15:15:03 +08:00
parent ff5677ef78
commit 8d3759e22f

15
src/headers.h Normal file
View 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