modify server.cpp's include

This commit is contained in:
wyy 2013-11-03 22:37:36 -08:00
parent 65f0b4b60f
commit 87ca0c07c0

View File

@ -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;