diff --git a/src/ChineseFilter.hpp b/src/ChineseFilter.hpp index 06039bb..adca186 100644 --- a/src/ChineseFilter.hpp +++ b/src/ChineseFilter.hpp @@ -1,7 +1,6 @@ #ifndef CPPJIEBA_CHINESEFILTER_H #define CPPJIEBA_CHINESEFILTER_H -#include "globals.h" #include "TransCode.hpp" namespace CppJieba diff --git a/src/HMMSegment.hpp b/src/HMMSegment.hpp index 6886289..f3f36c2 100644 --- a/src/HMMSegment.hpp +++ b/src/HMMSegment.hpp @@ -6,7 +6,6 @@ #include #include "Limonp/str_functs.hpp" #include "Limonp/logger.hpp" -#include "globals.h" #include "TransCode.hpp" #include "ISegment.hpp" #include "SegmentBase.hpp" diff --git a/src/ISegment.hpp b/src/ISegment.hpp index 058236a..48b8cd5 100644 --- a/src/ISegment.hpp +++ b/src/ISegment.hpp @@ -1,7 +1,6 @@ #ifndef CPPJIEBA_SEGMENTINTERFACE_H #define CPPJIEBA_SEGMENTINTERFACE_H -#include "globals.h" namespace CppJieba { diff --git a/src/MPSegment.hpp b/src/MPSegment.hpp index 86f877e..42e0d49 100644 --- a/src/MPSegment.hpp +++ b/src/MPSegment.hpp @@ -9,7 +9,6 @@ #include #include "Limonp/logger.hpp" #include "Trie.hpp" -#include "globals.h" #include "ISegment.hpp" #include "SegmentBase.hpp" diff --git a/src/SegmentBase.hpp b/src/SegmentBase.hpp index b082f56..a187686 100644 --- a/src/SegmentBase.hpp +++ b/src/SegmentBase.hpp @@ -1,7 +1,6 @@ #ifndef CPPJIEBA_SEGMENTBASE_H #define CPPJIEBA_SEGMENTBASE_H -#include "globals.h" #include "ISegment.hpp" #include "ChineseFilter.hpp" #include "Limonp/str_functs.hpp" diff --git a/src/TransCode.hpp b/src/TransCode.hpp index f89aac6..113aceb 100644 --- a/src/TransCode.hpp +++ b/src/TransCode.hpp @@ -6,7 +6,6 @@ #define CPPJIEBA_TRANSCODE_H -#include "globals.h" #include "Limonp/str_functs.hpp" namespace CppJieba diff --git a/src/Trie.hpp b/src/Trie.hpp index 4f50cfe..c281047 100644 --- a/src/Trie.hpp +++ b/src/Trie.hpp @@ -15,7 +15,6 @@ #include "Limonp/str_functs.hpp" #include "Limonp/logger.hpp" #include "TransCode.hpp" -#include "globals.h" namespace CppJieba