mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
rm globals.h
This commit is contained in:
parent
e8116cd07a
commit
bbdd041ee5
@ -1,7 +1,6 @@
|
|||||||
#ifndef CPPJIEBA_CHINESEFILTER_H
|
#ifndef CPPJIEBA_CHINESEFILTER_H
|
||||||
#define CPPJIEBA_CHINESEFILTER_H
|
#define CPPJIEBA_CHINESEFILTER_H
|
||||||
|
|
||||||
#include "globals.h"
|
|
||||||
#include "TransCode.hpp"
|
#include "TransCode.hpp"
|
||||||
|
|
||||||
namespace CppJieba
|
namespace CppJieba
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include "Limonp/str_functs.hpp"
|
#include "Limonp/str_functs.hpp"
|
||||||
#include "Limonp/logger.hpp"
|
#include "Limonp/logger.hpp"
|
||||||
#include "globals.h"
|
|
||||||
#include "TransCode.hpp"
|
#include "TransCode.hpp"
|
||||||
#include "ISegment.hpp"
|
#include "ISegment.hpp"
|
||||||
#include "SegmentBase.hpp"
|
#include "SegmentBase.hpp"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef CPPJIEBA_SEGMENTINTERFACE_H
|
#ifndef CPPJIEBA_SEGMENTINTERFACE_H
|
||||||
#define CPPJIEBA_SEGMENTINTERFACE_H
|
#define CPPJIEBA_SEGMENTINTERFACE_H
|
||||||
|
|
||||||
#include "globals.h"
|
|
||||||
|
|
||||||
namespace CppJieba
|
namespace CppJieba
|
||||||
{
|
{
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include "Limonp/logger.hpp"
|
#include "Limonp/logger.hpp"
|
||||||
#include "Trie.hpp"
|
#include "Trie.hpp"
|
||||||
#include "globals.h"
|
|
||||||
#include "ISegment.hpp"
|
#include "ISegment.hpp"
|
||||||
#include "SegmentBase.hpp"
|
#include "SegmentBase.hpp"
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef CPPJIEBA_SEGMENTBASE_H
|
#ifndef CPPJIEBA_SEGMENTBASE_H
|
||||||
#define CPPJIEBA_SEGMENTBASE_H
|
#define CPPJIEBA_SEGMENTBASE_H
|
||||||
|
|
||||||
#include "globals.h"
|
|
||||||
#include "ISegment.hpp"
|
#include "ISegment.hpp"
|
||||||
#include "ChineseFilter.hpp"
|
#include "ChineseFilter.hpp"
|
||||||
#include "Limonp/str_functs.hpp"
|
#include "Limonp/str_functs.hpp"
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
#define CPPJIEBA_TRANSCODE_H
|
#define CPPJIEBA_TRANSCODE_H
|
||||||
|
|
||||||
|
|
||||||
#include "globals.h"
|
|
||||||
#include "Limonp/str_functs.hpp"
|
#include "Limonp/str_functs.hpp"
|
||||||
|
|
||||||
namespace CppJieba
|
namespace CppJieba
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#include "Limonp/str_functs.hpp"
|
#include "Limonp/str_functs.hpp"
|
||||||
#include "Limonp/logger.hpp"
|
#include "Limonp/logger.hpp"
|
||||||
#include "TransCode.hpp"
|
#include "TransCode.hpp"
|
||||||
#include "globals.h"
|
|
||||||
|
|
||||||
|
|
||||||
namespace CppJieba
|
namespace CppJieba
|
||||||
|
Loading…
x
Reference in New Issue
Block a user