Merge pull request #127 from byronhe/patch-2

remove duplicate #include
This commit is contained in:
Yanyi Wu 2019-09-15 16:54:42 +08:00 committed by GitHub
commit 8a258dfaf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@
#include "FullSegment.hpp"
#include "MixSegment.hpp"
#include "Unicode.hpp"
#include "DictTrie.hpp"
namespace cppjieba {
class QuerySegment: public SegmentBase {