mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
modify server.cpp's include
This commit is contained in:
parent
65f0b4b60f
commit
87ca0c07c0
@ -1,14 +1,9 @@
|
||||
#include <unistd.h>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <ArgvContext.hpp>
|
||||
#include <Daemon.h>
|
||||
#include <ServerFrame.h>
|
||||
#include "MPSegment.h"
|
||||
#include "HMMSegment.h"
|
||||
#include "MixSegment.h"
|
||||
#include <CppJieba/Husky/ServerFrame.h>
|
||||
#include <CppJieba/Husky/Daemon.h>
|
||||
#include <CppJieba/Limonp/ArgvContext.hpp>
|
||||
#include <CppJieba/MPSegment.h>
|
||||
#include <CppJieba/HMMSegment.h>
|
||||
#include <CppJieba/MixSegment.h>
|
||||
|
||||
using namespace Husky;
|
||||
using namespace CppJieba;
|
||||
|
Loading…
x
Reference in New Issue
Block a user