remove duplicate #include

remove duplicate #include
This commit is contained in:
byronhe 2019-03-15 15:48:09 +08:00 committed by GitHub
parent 8fca7300a4
commit 798b7b81c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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