rm globals.h

This commit is contained in:
wyy 2013-11-30 13:06:50 +08:00
parent e8116cd07a
commit bbdd041ee5
7 changed files with 0 additions and 7 deletions

View File

@ -1,7 +1,6 @@
#ifndef CPPJIEBA_CHINESEFILTER_H
#define CPPJIEBA_CHINESEFILTER_H
#include "globals.h"
#include "TransCode.hpp"
namespace CppJieba

View File

@ -6,7 +6,6 @@
#include <memory.h>
#include "Limonp/str_functs.hpp"
#include "Limonp/logger.hpp"
#include "globals.h"
#include "TransCode.hpp"
#include "ISegment.hpp"
#include "SegmentBase.hpp"

View File

@ -1,7 +1,6 @@
#ifndef CPPJIEBA_SEGMENTINTERFACE_H
#define CPPJIEBA_SEGMENTINTERFACE_H
#include "globals.h"
namespace CppJieba
{

View File

@ -9,7 +9,6 @@
#include <set>
#include "Limonp/logger.hpp"
#include "Trie.hpp"
#include "globals.h"
#include "ISegment.hpp"
#include "SegmentBase.hpp"

View File

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

View File

@ -6,7 +6,6 @@
#define CPPJIEBA_TRANSCODE_H
#include "globals.h"
#include "Limonp/str_functs.hpp"
namespace CppJieba

View File

@ -15,7 +15,6 @@
#include "Limonp/str_functs.hpp"
#include "Limonp/logger.hpp"
#include "TransCode.hpp"
#include "globals.h"
namespace CppJieba